From 0a004a428e142c4fd8a65c749120a7b681af7d09 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Thu, 16 Feb 2023 18:33:22 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for ToolSeparator Section This patch update tooltip text for ToolSeparator fields in Property editor. Fixes: QDS-9172 Change-Id: I44ad7a12aeaa29aab7046893ba6a8079b33645ca Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/ToolSeparatorSpecifics.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml index ec54275f309..8c404cc3ea6 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml @@ -16,7 +16,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Orientation") - tooltip: qsTr("The orientation of the separator.") + tooltip: qsTr("Sets the orientation of the separator.") } SecondColumnLayout {