From f8322173938847410c737e1bde0ab4ac6ad222e2 Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Sun, 19 Jul 2015 18:10:57 +0200 Subject: [PATCH] Stop lupdate from complaining --- src/gui/editors/AutomationEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/AutomationEditor.cpp b/src/gui/editors/AutomationEditor.cpp index f51e7bce9..99516b28d 100644 --- a/src/gui/editors/AutomationEditor.cpp +++ b/src/gui/editors/AutomationEditor.cpp @@ -2113,7 +2113,7 @@ AutomationEditorWindow::AutomationEditorWindow() : QAction* copyAction = new QAction(embed::getIconPixmap("edit_copy"), tr("Copy selected values (Ctrl+C)"), this); QAction* pasteAction = new QAction(embed::getIconPixmap("edit_paste"), - tr("Paste values from clipboard Ctrl+V)"), this); + tr("Paste values from clipboard (Ctrl+V)"), this); cutAction->setWhatsThis( tr( "Click here and selected values will be cut into the "