summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-09-10 17:23:46 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-09-11 09:39:29 +0200
commit997e1fe7934b9568a3f1a96b26bc8c07084e2999 (patch)
treef6e2978b6efc6ce98750b951dd1b6c5956f39abc
parentec26e687f442ecb24d5e356d5563c1ae3b469e52 (diff)
downloadqt-creator-997e1fe7934b9568a3f1a96b26bc8c07084e2999.tar.gz
Doc: fix labels and tooltips
Fix capitalization, punctuation and typos, and remove unnecessary text. Change-Id: Iee39e465125d5d9eec099323fb7d75756c8d81df Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/SliderSpecifics.qml26
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/SplitViewSpecifics.qml2
2 files changed, 14 insertions, 14 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/SliderSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/SliderSpecifics.qml
index 936d0c42e1..5ffb4d25a6 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/SliderSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/SliderSpecifics.qml
@@ -48,8 +48,8 @@ Section {
ExpandingSpacer {}
}
Label {
- text: qsTr("Maximum Value")
- toolTip: qsTr("This property holds the maximum value of the Slider The default value is 1.0.")
+ text: qsTr("Maximum value")
+ toolTip: qsTr(Maximum value of the slider. The default value is 1.0.")
}
SecondColumnLayout {
SpinBox {
@@ -64,8 +64,8 @@ Section {
}
}
Label {
- text: qsTr("Minimum Value")
- toolTip: qsTr("This property holds the minimum value of the Slider. The default value is 0.0.")
+ text: qsTr("Minimum value")
+ toolTip: qsTr("Minimum value of the slider. The default value is 0.0.")
}
SecondColumnLayout {
SpinBox {
@@ -81,7 +81,7 @@ Section {
}
Label {
text: qsTr("Orientation")
- toolTip: qsTr("This property holds the layout orientation of the Slider.")
+ toolTip: qsTr("Layout orientation of the slider.")
}
SecondColumnLayout {
OrientationCombobox {
@@ -91,8 +91,8 @@ Section {
}
}
Label {
- text: qsTr("Step Size")
- toolTip: qsTr("This property indicates the Slider step size.")
+ text: qsTr("Step size")
+ toolTip: qsTr("Indicates the slider step size.")
}
SecondColumnLayout {
SpinBox {
@@ -106,8 +106,8 @@ Section {
}
Label {
- text: qsTr("Active Focus On Press")
- toolTip: qsTr("This property indicates whether the Slider should receive active focus when pressed.")
+ text: qsTr("Active focus on press")
+ toolTip: qsTr("Indicates whether the slider should receive active focus when pressed.")
}
SecondColumnLayout {
@@ -119,8 +119,8 @@ Section {
ExpandingSpacer {}
}
Label {
- text: qsTr("Tickmarks Enabled")
- toolTip: qsTr("TIndicates whether the Slider should display tickmarks at step intervals.")
+ text: qsTr("Tick marks enabled")
+ toolTip: qsTr("Indicates whether the slider should display tick marks at step intervals.")
}
SecondColumnLayout {
@@ -132,8 +132,8 @@ Section {
ExpandingSpacer {}
}
Label {
- text: qsTr("Update Value While Dragging")
- toolTip: qsTr("Current value should be updated while the user is moving the Slider handle, or only when the button has been released.")
+ text: qsTr("Update value while dragging")
+ toolTip: qsTr("Determines whether the current value should be updated while the user is moving the slider handle, or only when the button has been released.")
}
SecondColumnLayout {
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/SplitViewSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/SplitViewSpecifics.qml
index a21372b159..672e9f020b 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/SplitViewSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/SplitViewSpecifics.qml
@@ -43,7 +43,7 @@ Column {
SectionLayout {
Label {
text: qsTr("Orientation")
- toolTip: qsTr("This property holds the orientation of the SplitView.")
+ toolTip: qsTr("Orientation of the split view.")
}
SecondColumnLayout {