13
0

Clarify prefs

This commit is contained in:
Robin Gareus 2017-02-23 15:54:30 +01:00
parent 62cef7feff
commit f484e8a923

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