From 33cc9913210cd2accc7b13ef0a5ce6afcecac531 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 30 Mar 2020 18:03:54 +0200 Subject: [PATCH] QmlDesigner: Fix tooltip Task-number: QTCREATORBUG-23786 Change-Id: Ia87f6c711c8fb46dd8ac74802e224a5e7382aa46 Reviewed-by: Leena Miettinen --- .../propertyEditorQmlSources/QtQuick/AnimationSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml index 23c801eca39..9641d74b1b4 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml @@ -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 {