summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-19 14:12:01 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-19 14:12:01 +0000
commitd9709b845795cb53a0e79aebb73760afd976e51f (patch)
treebca24ee0e18f400ebcd4d551f7f9ce90ad4f6c61 /gtk2_ardour
parentd54fb5f54ec4e3cfb88887a6a0ab5ee9407af0b5 (diff)
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
Diffstat (limited to 'gtk2_ardour')
-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 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)
));