summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-10 18:24:52 +0100
committerRobin Gareus <robin@gareus.org>2017-01-10 18:25:02 +0100
commit9ddf80225b02bd7c9659c60e22301547fd27ec88 (patch)
tree65fa7ac9a9d69d17f648b80db96032543e3f741b /gtk2_ardour/rc_option_editor.cc
parent522827577ef3193f87b7f048970c350876ad3d1b (diff)
Tweak TMM tooltip
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
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 (_("<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()) {