GNOME Bugzilla – Bug 710750
Incorrect use of gettext call
Last modified: 2013-10-25 07:20:07 UTC
Created attachment 257962 [details] [review] Proposed solution The gettext call is used incorrectly on the very first screen if ~/Music is empty. See attached patch. Ok to commit? The unnecessary space after \n is unfortunate, but I didn't fix it now to avoid having a fuzzy translation for 40 languages. To avoid issues like this, consider testing with pseudo localisation: https://wiki.gnome.org/TranslationProject/DevGuidelines/Test%20internationalization
Review of attachment 257962 [details] [review]: Looks good to me