From e36f74e071d4c14862d23da5ff0d49df0940d536 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Apr 2014 20:58:01 +0100 Subject: [PATCH] Fix some capitalisation in the preferences dialog. --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file 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) ));