Merge pull request #2195 from zonkmachine/missingparenthesis

Fix typo
This commit is contained in:
Colin Wallace
2015-07-19 11:10:07 -07:00

View File

@@ -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 "