Tweak Preference label
authorRobin Gareus <robin@gareus.org>
Sun, 8 Jan 2017 16:45:37 +0000 (17:45 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 8 Jan 2017 16:49:03 +0000 (17:49 +0100)
gtk2_ardour/rc_option_editor.cc

index 3728ea07479412186368ac59b15e667ed1e13b2d..d8a0cfc962bbdfed964fd300a2f4f3f2ae91ff7b 100644 (file)
@@ -2304,7 +2304,7 @@ RCOptionEditor::RCOptionEditor ()
 
        bo = new BoolOption (
                     "name-new-markers",
-                    _("Prompt for a new marker name"),
+                    _("Prompt for new marker names"),
                     sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_name_new_markers),
                     sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_name_new_markers)
                );