From: Robin Gareus Date: Tue, 10 Jan 2017 17:24:52 +0000 (+0100) Subject: Tweak TMM tooltip X-Git-Tag: 5.6~308 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=9ddf80225b02bd7c9659c60e22301547fd27ec88;p=ardour.git Tweak TMM tooltip --- diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 699a75f072..b1cd05b574 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2601,7 +2601,7 @@ RCOptionEditor::RCOptionEditor () ); add_option (_("Signal Flow"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - string_compose (_("When enabled %1 will not monitor a track's input in case the transport is stopped."), + string_compose (_("When enabled %1 will not monitor a track's input if the transport is stopped."), PROGRAM_NAME)); if (!Profile->get_mixbus()) {