mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
lower-case solo/audition/feedback buttons
git-svn-id: svn://localhost/ardour2/branches/3.0@10547 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
47a11efb12
commit
1fc6f18ef2
1 changed files with 3 additions and 3 deletions
|
|
@ -157,9 +157,9 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
|
|||
, auto_play_button (ArdourButton::led_default_elements)
|
||||
, auto_input_button (ArdourButton::led_default_elements)
|
||||
|
||||
, auditioning_alert_button (_("Audition"))
|
||||
, solo_alert_button (_("Solo"))
|
||||
, feedback_alert_button (_("Feedback"))
|
||||
, auditioning_alert_button (_("audition"))
|
||||
, solo_alert_button (_("solo"))
|
||||
, feedback_alert_button (_("feedback"))
|
||||
|
||||
, error_log_button (_("Errors"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue