From f3e3ce16912ca1e1c48e580f44db012b3e217ea3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 Jun 2012 11:24:00 +0000 Subject: [PATCH] Capitalisation tweak. git-svn-id: svn://localhost/ardour2/branches/3.0@12575 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ));