diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index b1683af5b6..badf96b957 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3397,7 +3397,7 @@ These settings will only take effect after %1 is restarted.\n\ bo = new BoolOption ( "rewind-ffwd-like-tape-decks", - _("Rewind/Fast-forward like a tape deck"), + _("Rewind/Fast-forward buttons change direction immediately"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_rewind_ffwd_like_tape_decks), sigc::mem_fun (*_rc_config, &RCConfiguration::set_rewind_ffwd_like_tape_decks) );