mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix some capitalisation in the preferences dialog.
This commit is contained in:
parent
c2a376a822
commit
e36f74e071
1 changed files with 2 additions and 2 deletions
|
|
@ -1512,7 +1512,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
|
||||
_ltc_send_continuously = new BoolOption (
|
||||
"ltc-send-continuously",
|
||||
_("send LTC while stopped"),
|
||||
_("Send LTC while stopped"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_ltc_send_continuously),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_ltc_send_continuously)
|
||||
);
|
||||
|
|
@ -2137,7 +2137,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
add_option (S_("Preferences|GUI"),
|
||||
new BoolOption (
|
||||
"show-name-highlight",
|
||||
_("use name highlight bars in region displays"),
|
||||
_("Use name highlight bars in region displays"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_name_highlight),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_name_highlight)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue