Change option name to clarify that get_default_narrow_ms is applied to the mixer...
authorCarl Hetherington <carl@carlh.net>
Tue, 19 Jun 2012 14:12:01 +0000 (14:12 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 19 Jun 2012 14:12:01 +0000 (14:12 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12782 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/rc_option_editor.cc

index 7e91c0e7d94a58ba72e864b58794044c9d48cdda..362f4210138a485afa78e87e8fc4acf02068e482 100644 (file)
@@ -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)
                     ));