forked from qt-creator/qt-creator
QmlDesigner: Consistently capizalize "Flickable"
Change-Id: Ie291f5cd2b5091a885945d074c9ea08aa14d7f84 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
89dda94dca
commit
c4512f466a
@@ -71,7 +71,7 @@ Section {
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Movement")
|
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 {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user