fix tooltip text to accurately describe how to reattach window.
This commit incorrectly describes top level menu structure inside a file in libs/gtkmm2ext.
This commit is contained in:
parent
01d5d1eda4
commit
e0f32182df
@ -253,7 +253,7 @@ Tabbable::attach ()
|
|||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (_tab_label,
|
Gtkmm2ext::UI::instance()->set_tip (_tab_label,
|
||||||
string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n"
|
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
|
/* have to force this on, which is semantically correct, since
|
||||||
|
Loading…
Reference in New Issue
Block a user