mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
Update tooltips for AFL/PFL.
git-svn-id: svn://localhost/ardour2/branches/3.0@12146 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ae787813dd
commit
c977b157bc
1 changed files with 3 additions and 0 deletions
|
|
@ -2362,13 +2362,16 @@ RouteTimeAxisView::set_button_names ()
|
|||
switch (Config->get_listen_position()) {
|
||||
case AfterFaderListen:
|
||||
solo_button->set_text (_("A"));
|
||||
ARDOUR_UI::instance()->set_tip (*solo_button, _("After-fade listen (AFL)"));
|
||||
break;
|
||||
case PreFaderListen:
|
||||
solo_button->set_text (_("P"));
|
||||
ARDOUR_UI::instance()->set_tip (*solo_button, _("Pre-fade listen (PFL)"));
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
solo_button->set_text (_("s"));
|
||||
ARDOUR_UI::instance()->set_tip (*solo_button, _("Solo"));
|
||||
}
|
||||
}
|
||||
mute_button->set_text (_("m"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue