-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaygain2: fix several issues with with call to window.set_statusba…
…r_message - N_() was used, even though this neither causes translation of strings nor are translations in plugins currently supported. - Use of f-strings should be avoided here, as the function expects percent formatting (PICARD-2683) - f-strings must also never be used in combination with translations
- Loading branch information
Showing
1 changed file
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters