summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-08 17:45:37 +0100
committerRobin Gareus <robin@gareus.org>2017-01-08 17:49:03 +0100
commit0006b50cecff03410a365c4eb6c049cc86751adb (patch)
tree9dff7dcc9452e91c5030e5b162b1d953b76cda9d /gtk2_ardour/rc_option_editor.cc
parentc590b540b07d6f00617bf4bc3d0e8a69f202ffe0 (diff)
Tweak Preference label
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 3728ea0747..d8a0cfc962 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
);