summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-16 13:12:45 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commite0f32182df817bda45e6e7ca5d21a739ddf10532 (patch)
treee03468bdfb216654a90a9433dadb08cfb14f2e9a /libs/gtkmm2ext
parent01d5d1eda47d0e8f08f2a1f25b932302c2bd5dff (diff)
fix tooltip text to accurately describe how to reattach window.
This commit incorrectly describes top level menu structure inside a file in libs/gtkmm2ext.
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/tabbable.cc2
1 files changed, 1 insertions, 1 deletions
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