mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Tweak Preference label
This commit is contained in:
parent
c590b540b0
commit
0006b50cec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue