summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editorlib/qml/EditorToolbar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/editorlib/qml/EditorToolbar.qml b/editorlib/qml/EditorToolbar.qml
index eccf5f4..1524d22 100644
--- a/editorlib/qml/EditorToolbar.qml
+++ b/editorlib/qml/EditorToolbar.qml
@@ -107,7 +107,7 @@ Item {
ToolbarButton {
enabledIconSource: "images/redo.png"
disabledIconSource: "images/redo_disabled.png"
- tooltip: (editorScene.undoHandler.undoText === "" || !buttonEnabled)
+ tooltip: (editorScene.undoHandler.redoText === "" || !buttonEnabled)
? qsTr ("Redo") + editorScene.emptyString
: qsTr ("Redo '%1'").arg(editorScene.undoHandler.redoText)
+ editorScene.emptyString