Make all "Feedback"s translatable #9461

This commit is contained in:
Robin Gareus 2023-10-05 21:11:59 +02:00
parent eba00287cd
commit e9bde1c638
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}