diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml index 054c9cb6986..5831bbeadf6 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml @@ -17,7 +17,7 @@ Section { SectionLayout { PropertyLabel { text: qsTr("Appearance") - tooltip: qsTr("Whether the button is flat and/or highlighted.") + tooltip: qsTr("Toggles if the button is flat or highlighted.") blockedByTemplate: !backendValues.flat.isAvailable && !backendValues.highlighted.isAvailable } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml index ff05c6fd472..0422c6eb1ac 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml @@ -16,7 +16,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Appearance") - tooltip: qsTr("Whether the button is flat and/or highlighted.") + tooltip: qsTr("Toggles if the button is flat or highlighted.") blockedByTemplate: !backendValues.flat.isAvailable && !backendValues.highlighted.isAvailable }