QmlDesigner: Fix tooltip

Task-number: QTCREATORBUG-23786
Change-Id: Ia87f6c711c8fb46dd8ac74802e224a5e7382aa46
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Thomas Hartmann
2020-03-30 18:03:54 +02:00
parent ee81b5d895
commit 33cc991321

View File

@@ -37,7 +37,7 @@ Section {
SectionLayout {
Label {
text: qsTr("Running")
tooltip: qsTr("Sets whether the animation should run to completion when it is stopped.")
tooltip: qsTr("Sets whether the animation is currently running.")
}
CheckBox {