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