forked from qt-creator/qt-creator
QmlDesigner: Fix tooltip
Task-number: QTCREATORBUG-23786 Change-Id: Ia87f6c711c8fb46dd8ac74802e224a5e7382aa46 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user