Tweak TMM tooltip
authorRobin Gareus <robin@gareus.org>
Tue, 10 Jan 2017 17:24:52 +0000 (18:24 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 10 Jan 2017 17:25:02 +0000 (18:25 +0100)
gtk2_ardour/rc_option_editor.cc

index 699a75f07269dce52efa3a2a2d35701718f14db8..b1cd05b57475c71cd23b9f204159bbcfe7e913e0 100644 (file)
@@ -2601,7 +2601,7 @@ RCOptionEditor::RCOptionEditor ()
                     );
        add_option (_("Signal Flow"), bo);
        Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
-                       string_compose (_("<b>When enabled</b> %1 will not monitor a track's input in case the transport is stopped."),
+                       string_compose (_("<b>When enabled</b> %1 will not monitor a track's input if the transport is stopped."),
                                        PROGRAM_NAME));
 
        if (!Profile->get_mixbus()) {