summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-03-04 12:33:22 -0800
committerLen Ovens <len@ovenwerks.net>2017-03-04 12:33:22 -0800
commit992ab1a273dc07bf1ff3357051a34574b9313a86 (patch)
tree26b56f5719a0f41b17dae74828fc08f2a10b6c20 /gtk2_ardour/editor_actions.cc
parentc73e231443f01a6aa203faa590c8d13c3b473d48 (diff)
Remove space between _ and (
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 67786e01db..cebc39d84e 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -334,7 +334,7 @@ Editor::register_actions ()
reg_sens (editor_actions, "duplicate", _("Duplicate"), sigc::bind (sigc::mem_fun(*this, &Editor::duplicate_range), false));
/* Open the dialogue to duplicate selected regions multiple times */
- reg_sens (editor_actions, "multi-duplicate", _ ("Multi-Duplicate..."),
+ reg_sens (editor_actions, "multi-duplicate", _("Multi-Duplicate..."),
sigc::bind (sigc::mem_fun (*this, &Editor::duplicate_range), true));
undo_action = reg_sens (editor_actions, "undo", S_("Command|Undo"), sigc::bind (sigc::mem_fun(*this, &Editor::undo), 1U));