Simplify the tab-selector tooltips
This commit is contained in:
parent
986942fe96
commit
0496701a8f
@ -420,24 +420,24 @@ ARDOUR_UI::setup_transport ()
|
|||||||
/* and tooltips */
|
/* and tooltips */
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (editor_visibility_button,
|
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"
|
string_compose (_("Left-Click to show the %1 window\n"
|
||||||
"To re-attach the window, use the Window > %1 > Attach menu action"), editor->name()));
|
"Right-click to show more options"), editor->name()));
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (mixer_visibility_button,
|
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"
|
string_compose (_("Left-Click to show the %1 window\n"
|
||||||
"To re-attach the window, use the Window > %1 > Attach menu action"), mixer->name()));
|
"Right-click to show more options"), mixer->name()));
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (prefs_visibility_button,
|
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"
|
string_compose (_("Left-Click to show the %1 window\n"
|
||||||
"To re-attach the window, use the Window > %1 > Attach menu action"), rc_option_editor->name()));
|
"Right-click to show more options"), rc_option_editor->name()));
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (recorder_visibility_button,
|
Gtkmm2ext::UI::instance()->set_tip (recorder_visibility_button,
|
||||||
string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n"
|
string_compose (_("Left-Click to show the %1 window\n"
|
||||||
"To re-attach the window, use the Window > %1 > Attach menu action"), recorder->name()));
|
"Right-click to show more options"), recorder->name()));
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (trigger_page_visibility_button,
|
Gtkmm2ext::UI::instance()->set_tip (trigger_page_visibility_button,
|
||||||
string_compose (_("Drag this tab to the desktop to show %1 in its own window\n\n"
|
string_compose (_("Left-Click to show the %1 window\n"
|
||||||
"To re-attach the window, use the Window > %1 > Attach menu action"), trigger_page->name()));
|
"Right-click to show more options"), trigger_page->name()));
|
||||||
|
|
||||||
Gtkmm2ext::UI::instance()->set_tip (punch_in_button, _("Start recording at auto-punch start"));
|
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 (punch_out_button, _("Stop recording at auto-punch end"));
|
||||||
|
Loading…
Reference in New Issue
Block a user