summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml')
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/CheckBoxSpecifics.qml6
1 files changed, 3 insertions, 3 deletions
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 {