13
0

Remove space between _ and (

This commit is contained in:
Len Ovens 2017-03-04 12:33:22 -08:00
parent c73e231443
commit 992ab1a273

View 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));