diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml index 370b83a34ce..67cf3937197 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml @@ -226,7 +226,7 @@ SectionLayout { Label { text: qsTr("Preferred size") - tooltip: qsTr("Preferred height of an item in a layout. If the preferred height is -1, it will be ignored.") + tooltip: qsTr("Preferred size of an item in a layout. If the preferred size is -1, it will be ignored.") } SecondColumnLayout {