summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-26 00:39:49 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-26 00:39:49 +0000
commit6d98cd23b0ea200d912421438a29b04e6f2487e9 (patch)
tree7d564158eaed5628295b4a2ad45d0c3a9b374da2 /gtk2_ardour/rc_option_editor.cc
parentad40083d4d32ff4472d85c8b149a184790262789 (diff)
Reword gain-reduce-during-fast-wind option.
git-svn-id: svn://localhost/ardour2/branches/3.0@6992 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 0564d9b32e..4ecb46e7fa 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1081,7 +1081,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Transport"),
new BoolOption (
"quieten_at_speed",
- _("Reduce output volume when transport is moving quickly"),
+ _("12dB gain reduction during fast-forward and fast-rewind"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_quieten_at_speed),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed)
));