mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Make all "Feedback"s translatable #9461
This commit is contained in:
parent
eba00287cd
commit
e9bde1c638
1 changed files with 1 additions and 1 deletions
|
|
@ -896,7 +896,7 @@ ARDOUR_UI::feedback_blink (bool onoff)
|
|||
feedback_alert_button.set_active_color (UIConfigurationBase::instance().color ("feedback alert: alt active", NULL));
|
||||
}
|
||||
} else {
|
||||
feedback_alert_button.set_text ("Feedback");
|
||||
feedback_alert_button.set_text (_("Feedback"));
|
||||
feedback_alert_button.reset_fixed_colors ();
|
||||
feedback_alert_button.set_active (false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue