diff options
author | Pranta Dastider <pranta.dastider@qt.io> | 2023-02-20 17:28:45 +0100 |
---|---|---|
committer | Pranta Ghosh Dastider <pranta.dastider@qt.io> | 2023-03-06 08:50:19 +0000 |
commit | 566710324aaf675e6d6c78b4b34c7a45a90a0b98 (patch) | |
tree | 550b6ade717569dc3ac2d5312e080d11d32b7667 | |
parent | 89eb04f3be5521db284ba26c9b3c3663a74edabd (diff) | |
download | qt-creator-566710324aaf675e6d6c78b4b34c7a45a90a0b98.tar.gz |
QmlDesigner: Update Tooltips for Group Box Section
This patch update tooltip text for Group Box section fields
in Property editor.
Fixes: QDS-9208
Change-Id: I7c0c27a6e37bae06c552b15abac0ec75661e3580
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r-- | share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml index fa933090e9..4ecc892f5b 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml @@ -17,7 +17,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Title") - tooltip: qsTr("The title of the group box.") + tooltip: qsTr("Sets the title for the group box.") } SecondColumnLayout { |