Remove space between _ and (
authorLen Ovens <len@ovenwerks.net>
Sat, 4 Mar 2017 20:33:22 +0000 (12:33 -0800)
committerLen Ovens <len@ovenwerks.net>
Sat, 4 Mar 2017 20:33:22 +0000 (12:33 -0800)
gtk2_ardour/editor_actions.cc

index 67786e01dbec148a068cf37b68a306f0d607c436..cebc39d84ef83f2e9d639b035ac4148859ec9d88 100644 (file)
@@ -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));