From e0f32182df817bda45e6e7ca5d21a739ddf10532 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Nov 2015 13:12:45 -0500 Subject: [PATCH] fix tooltip text to accurately describe how to reattach window. This commit incorrectly describes top level menu structure inside a file in libs/gtkmm2ext. --- libs/gtkmm2ext/tabbable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gtkmm2ext/tabbable.cc b/libs/gtkmm2ext/tabbable.cc index c2d7b36963..a451aeeb3d 100644 --- a/libs/gtkmm2ext/tabbable.cc +++ b/libs/gtkmm2ext/tabbable.cc @@ -253,7 +253,7 @@ Tabbable::attach () Gtkmm2ext::UI::instance()->set_tip (_tab_label, string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n" - "To put the window back, click on its \"close\" button"), _tab_title)); + "To put the window back, use the Window > %1 > Attach menu action"), _tab_title)); /* have to force this on, which is semantically correct, since -- 2.30.2