diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 20ec28b759..bdc84b66c4 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3393,11 +3393,6 @@ These settings will only take effect after %1 is restarted.\n\ sigc::mem_fun (*_rc_config, &RCConfiguration::get_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(), - string_compose (_("When enabled if %1 is not recording, it will stop the transport " - "when it reaches the current session end marker\n\n" - "When disabled %1 will continue to roll past the session end marker at all times"), - PROGRAM_NAME)); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("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"));