diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml index 049f7692ca1..1ff8b24e9ab 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml @@ -14,8 +14,9 @@ Section { SectionLayout { PropertyLabel { text: qsTr("Content size") - tooltip: qsTr("Sets the size of the pane. This is used to calculate\n" - + "the total implicit size.") + tooltip: qsTr("Sets the size of the %1. This is used to calculate\n" + + "the total implicit size.").arg(caption.charAt(0).toLowerCase() + + caption.slice(1)) } SecondColumnLayout {