summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-06 11:24:00 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-06 11:24:00 +0000
commitf3e3ce16912ca1e1c48e580f44db012b3e217ea3 (patch)
treeb1fdbb5d6d83df06db09a2df345a16ec3169a139 /gtk2_ardour/rc_option_editor.cc
parentf6e869d50d63b9ec5e27f9349392d6725832d49a (diff)
Capitalisation tweak.
git-svn-id: svn://localhost/ardour2/branches/3.0@12575 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 1d58443435..4d12c8e739 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -938,7 +938,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Misc"),
new FaderOption (
"click-gain",
- _("Click Gain Level"),
+ _("Click gain level"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_click_gain),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_click_gain)
));