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) ));