fix tooltip text to accurately describe how to reattach window.
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 Nov 2015 18:12:45 +0000 (13:12 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Feb 2016 20:31:25 +0000 (15:31 -0500)
This commit incorrectly describes top level menu structure inside a file in libs/gtkmm2ext.

libs/gtkmm2ext/tabbable.cc

index c2d7b36963e3a745cf970819d424d27ab719907f..a451aeeb3db3c47c79e877ad64a806b37fdd9551 100644 (file)
@@ -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