diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml index 0d416a7b1cb..ea10ff94471 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml @@ -14,7 +14,7 @@ Section { SectionLayout { PropertyLabel { text: qsTr("Current index") - tooltip: qsTr("The index of the current item.") + tooltip: qsTr("Sets the index of the current item.") } SecondColumnLayout {