From 09e15909e005c6f941bc06380ec85fbb64ca04fd Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 18 Jan 2017 18:25:13 -0600 Subject: [PATCH] Tweak some tooltip text. --- gtk2_ardour/ardour_ui2.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 3e34f5cbbf..4c370730e0 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -453,21 +453,21 @@ ARDOUR_UI::setup_transport () Gtkmm2ext::UI::instance()->set_tip (editor_visibility_button, string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n" - "To put the window back, use the Window > %1 > Attach menu action"), editor->name())); + "To re-attach the window, use the Window > %1 > Attach menu action"), editor->name())); Gtkmm2ext::UI::instance()->set_tip (mixer_visibility_button, string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n" - "To put the window back, use the Window > %1 > Attach menu action"), mixer->name())); + "To re-attach the window, use the Window > %1 > Attach menu action"), mixer->name())); Gtkmm2ext::UI::instance()->set_tip (prefs_visibility_button, string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n" - "To put the window back, use the Window > %1 > Attach menu action"), rc_option_editor->name())); + "To re-attach the window, use the Window > %1 > Attach menu action"), rc_option_editor->name())); Gtkmm2ext::UI::instance()->set_tip (punch_in_button, _("Start recording at auto-punch start")); Gtkmm2ext::UI::instance()->set_tip (punch_out_button, _("Stop recording at auto-punch end")); - Gtkmm2ext::UI::instance()->set_tip (monitor_in_button, _("Force all implicitly monitoed tracks to monitor input")); - Gtkmm2ext::UI::instance()->set_tip (monitor_disk_button, _("Force all implicitly monitored tracks to disk-monitoring")); + Gtkmm2ext::UI::instance()->set_tip (monitor_in_button, _("Force all tracks to monitor Input, unless they are explicitly set to monitor Disk")); + Gtkmm2ext::UI::instance()->set_tip (monitor_disk_button, _("Force all tracks to monitor Disk playback, unless they are explicitly set to Input")); /* setup icons */ -- 2.30.2