From 0006b50cecff03410a365c4eb6c049cc86751adb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 8 Jan 2017 17:45:37 +0100 Subject: [PATCH] Tweak Preference label --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) );