summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
index db7db41024..a240b0a45e 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
@@ -17,7 +17,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Title")
- tooltip: qsTr("Title of the page.")
+ tooltip: qsTr("Sets the title of the page.")
}
SecondColumnLayout {
@@ -33,7 +33,8 @@ Column {
PropertyLabel {
text: qsTr("Content size")
- tooltip: qsTr("Content width and height used for calculating the total implicit size.")
+ tooltip: qsTr("Sets the size of the page. This is used to\n"
+ + "calculate the total implicit size.")
}
SecondColumnLayout {