diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml index 0422c6eb1ac..08df756a9e9 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml @@ -45,7 +45,7 @@ Column { PropertyLabel { text: qsTr("Radius") - tooltip: qsTr("Radius of the button.") + tooltip: qsTr("Sets the radius of the button.") } SecondColumnLayout {