From d9709b845795cb53a0e79aebb73760afd976e51f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Jun 2012 14:12:01 +0000 Subject: [PATCH] Change option name to clarify that get_default_narrow_ms is applied to the mixer only (#4512). git-svn-id: svn://localhost/ardour2/branches/3.0@12782 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 7e91c0e7d9..362f421013 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1595,7 +1595,7 @@ RCOptionEditor::RCOptionEditor () add_option (S_("Visual|Interface"), new BoolOption ( "default-narrow_ms", - _("Use narrow mixer strips by default"), + _("Use narrow strips in the mixer by default"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_default_narrow_ms), sigc::mem_fun (*_rc_config, &RCConfiguration::set_default_narrow_ms) ));