From e876f79807c782195d85c0479a2e1b853a98cb9e Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Mon, 20 Feb 2023 16:43:53 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Page Indicator Section This patch update tooltip text for Page Indicator Section fields in Property editor. Fixes: QDS-9211 Change-Id: I24e2a6c9bb20d62c03457eaf981fa16179d52624 Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/PageIndicatorSpecifics.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml index 70e789db193..0fc050ea50a 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml @@ -16,7 +16,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Count") - tooltip: qsTr("The number of pages.") + tooltip: qsTr("Sets the number of pages.") } SecondColumnLayout { @@ -35,7 +35,7 @@ Column { PropertyLabel { text: qsTr("Current") - tooltip: qsTr("The index of the current page.") + tooltip: qsTr("Sets the current page.") } SecondColumnLayout { @@ -54,7 +54,7 @@ Column { PropertyLabel { text: qsTr("Interactive") - tooltip: qsTr("Whether the control is interactive.") + tooltip: qsTr("Toggles if the user can interact with the page indicator.") } SecondColumnLayout {