diff --git a/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextAreaSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextAreaSpecifics.qml index a8f8e1fbfbbe74e7875b241917c9ff2b8d129598..bf519b8698acd4f7daccd70def6e2f2cdd1a7273 100644 --- a/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextAreaSpecifics.qml +++ b/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextAreaSpecifics.qml @@ -170,7 +170,7 @@ QWidget { layout: HorizontalLayout { Label { text: qsTr("Focus on press") - toolTip: qsTr("Determines whether the check box gets focus if pressed.") + toolTip: qsTr("Determines whether the text area gets focus if pressed.") } CheckBox { text: backendValues.activeFocusOnPress.value diff --git a/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextFieldSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextFieldSpecifics.qml index 813f70637036d66334fab50d32af4c13d2a1374b..8204cf83ed3b48020d4ffb543fb7ba8b1c836e2b 100644 --- a/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextFieldSpecifics.qml +++ b/src/plugins/qmldesigner/componentsplugin/QtDesktop/TextFieldSpecifics.qml @@ -46,7 +46,7 @@ QWidget { layout: HorizontalLayout { Label { text: qsTr("Text") - toolTip: qsTr("The text shown on the button") + toolTip: qsTr("The text shown on the text field") } LineEdit { backendValue: backendValues.text