mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
fix tiny typo in a tooltip
This commit is contained in:
parent
05d8545655
commit
29c89cf362
1 changed files with 1 additions and 1 deletions
|
|
@ -3394,7 +3394,7 @@ These settings will only take effect after %1 is restarted.\n\
|
||||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_rewind_ffwd_like_tape_decks)
|
sigc::mem_fun (*_rc_config, &RCConfiguration::set_rewind_ffwd_like_tape_decks)
|
||||||
);
|
);
|
||||||
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
||||||
_("<b>When enabled</b> rewind/ffwd controls will immediately change playback direction when appropriate.\n\n "
|
_("<b>When enabled</b> rewind/ffwd controls will immediately change playback direction when appropriate.\n\n"
|
||||||
"<b>When disabled</b> rewind/ffwd controls will gradually speed up/slow down playback"));
|
"<b>When disabled</b> rewind/ffwd controls will gradually speed up/slow down playback"));
|
||||||
add_option (_("Transport"), bo);
|
add_option (_("Transport"), bo);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue