From c4512f466afc45efc21411b7d31ecbeae8fd28dd Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 3 Jul 2019 18:03:41 +0200 Subject: [PATCH] QmlDesigner: Consistently capizalize "Flickable" Change-Id: Ie291f5cd2b5091a885945d074c9ea08aa14d7f84 Reviewed-by: Tim Jenssen --- .../imports/HelperWidgets/FlickableSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml index f71b0b3699a..5d39863a649 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml @@ -71,7 +71,7 @@ Section { Label { text: qsTr("Movement") - tooltip: qsTr("Determines whether the flickable will give a feeling that the edges of the view are soft, rather than a hard physical boundary.") + tooltip: qsTr("Determines whether the Flickable will give a feeling that the edges of the view are soft, rather than a hard physical boundary.") } SecondColumnLayout {