summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/componentsplugin
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-10-24 16:48:55 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-10-25 08:23:25 +0200
commit357ea64797572c95ffc95665ae1020bb4ec02b36 (patch)
tree1d081730ba59a41e05c0a5e5976459abb6b588e6 /src/plugins/qmldesigner/componentsplugin
parent7f5366796c1881cb093c738aac70072bef8ae6d4 (diff)
downloadqt-creator-357ea64797572c95ffc95665ae1020bb4ec02b36.tar.gz
Message fixes in QML-Designer.
Change-Id: I309b3b74b0760b8b1a89c0f85ffb52cc875e5d85 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/componentsplugin')
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml2
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml6
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/TextAreaSpecifics.qml4
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
index 4633c06fc3..f02154a92a 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
@@ -135,7 +135,7 @@ Column {
Label {
text: qsTr("Focus on press")
- toolTip: "Determines whether the check box gets focus if pressed."
+ toolTip: "Determines whether the button gets focus if pressed."
}
SecondColumnLayout {
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml
index 7ec2cfd91d..6384c65e01 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml
@@ -44,7 +44,7 @@ Column {
Label {
text: qsTr("Text")
- toolTip: qsTr("The text shown on the check button")
+ toolTip: qsTr("The text shown on the check box")
}
SecondColumnLayout {
@@ -59,7 +59,7 @@ Column {
Label {
text: qsTr("Checked")
- toolTip: qsTr("The state of the check button")
+ toolTip: qsTr("The state of the check box")
}
SecondColumnLayout {
@@ -75,7 +75,7 @@ Column {
Label {
text: qsTr("Focus on press")
- toolTip: "Determines whether the check box gets focus if pressed."
+ toolTip: qsTr("Determines whether the check box gets focus if pressed.")
}
SecondColumnLayout {
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/TextAreaSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/TextAreaSpecifics.qml
index 9bd9a5c56c..7c031333ee 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/TextAreaSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/TextAreaSpecifics.qml
@@ -58,7 +58,7 @@ Column {
Label {
text: qsTr("Text")
- toolTip: qsTr("The text shown on the button")
+ toolTip: qsTr("The text shown on the text area")
}
SecondColumnLayout {
@@ -73,7 +73,7 @@ Column {
Label {
text: qsTr("Read only")
- toolTip: qsTr("Determines whether the text field is read only.")
+ toolTip: qsTr("Determines whether the text area is read only.")
}
SecondColumnLayout {
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
index 7bad915625..4967a34021 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
@@ -44,7 +44,7 @@ Column {
Label {
text: qsTr("Text")
- toolTip: qsTr("The text shown on the button")
+ toolTip: qsTr("The text shown on the text field")
}
SecondColumnLayout {