From c74d99e4cf7be3be995370fde2f5c5729d993895 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Thu, 16 Feb 2023 19:01:23 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Container Section This patch update tooltip text for Container fields in Property editor. Fixes: QDS-9174 Change-Id: I2496c3c07328becbc5c7c94fbbc4eca09d076245 Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/ContainerSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {