Clarify prefs
authorRobin Gareus <robin@gareus.org>
Thu, 23 Feb 2017 14:54:30 +0000 (15:54 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 23 Feb 2017 14:54:30 +0000 (15:54 +0100)
gtk2_ardour/rc_option_editor.cc

index 18d7f43056881e8db704d6e29f03078cd5361216..e97ddfe03c1be8d9ed926804dcc91525c447c54f 100644 (file)
@@ -3694,7 +3694,7 @@ RCOptionEditor::RCOptionEditor ()
        add_option (_("Appearance/Mixer"),
             new BoolOption (
                     "default-narrow_ms",
-                    _("Use narrow strips in the mixer by default"),
+                    _("Use narrow strips in the mixer for new strips by default"),
                     sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_default_narrow_ms),
                     sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_default_narrow_ms)
                     ));