diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml index 07432ae39f0..e9ba8193d85 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml @@ -231,7 +231,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 height of an item in a layout. If the preferred height is -1, it will be ignored.") } SecondColumnLayout {