diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml index 409854f72df..073364685ba 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml @@ -84,7 +84,7 @@ Rectangle { ToolTipArea { anchors.fill: parent onClicked: toogleExportAlias() - tooltip: qsTr("Toggle if selected item is alias exported.") + tooltip: qsTr("Toggles whether this item is exported as an alias property of the root item.") } } }