adjust preferences label for "rewind/ffwd like a tape deck"

This commit is contained in:
Paul Davis 2021-05-19 18:54:41 -06:00
parent 2e501fd77a
commit a8561d531f
1 changed files with 1 additions and 1 deletions

View File

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