summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-23 15:54:30 +0100
committerRobin Gareus <robin@gareus.org>2017-02-23 15:54:30 +0100
commitf484e8a92301cb4874c27c8c15d2998002086f31 (patch)
tree11756d54ca02c9952c29dabb872c19b6e878aa6a /gtk2_ardour/rc_option_editor.cc
parent62cef7feff290d679bae522d1389ca07ca6a7cb5 (diff)
Clarify prefs
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-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 18d7f43056..e97ddfe03c 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
));