summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-19 20:58:01 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-28 10:25:43 +0100
commite36f74e071d4c14862d23da5ff0d49df0940d536 (patch)
treee8c9efdec68ee17552f9585dbf27764f8363a413 /gtk2_ardour/rc_option_editor.cc
parentc2a376a82285fac5a72eb2fd4680978186212f37 (diff)
Fix some capitalisation in the preferences dialog.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 3c97bb17e6..940a601ce9 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
));