From 391c3e96b341df8eb682da492084f59059eaeaae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 31 Mar 2022 21:51:16 +0200 Subject: [PATCH] Clarify stop-at-session-end preference tooltip --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 9094459897..5687406b57 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3462,8 +3462,8 @@ These settings will only take effect after %1 is restarted.\n\ sigc::mem_fun (*_rc_config, &RCConfiguration::set_stop_at_session_end) ); 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" + string_compose (_("When enabled if %1 is not recording, and all trigger-slots are unused " + "the transport is stopped 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)); add_option (_("Transport"), bo);