diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 9107d1f6b0..e08049db33 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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) ); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - _("When enabled rewind/ffwd controls will immediately change playback direction when appropriate.\n\n " + _("When enabled rewind/ffwd controls will immediately change playback direction when appropriate.\n\n" "When disabled rewind/ffwd controls will gradually speed up/slow down playback")); add_option (_("Transport"), bo);