[ui] fix Info box display

* Text artifacts were being left due to not filling the background
* Also add Danish to the list of languages for which we lost a translator :(
This commit is contained in:
Pete Batard 2015-02-09 13:36:03 +00:00
parent 1c322aba56
commit 9fef4065b4
3 changed files with 11 additions and 9 deletions

View file

@ -34,7 +34,7 @@
/* Features not ready for prime time and that may *DESTROY* your data - USE AT YOUR OWN RISKS! */
// #define RUFUS_TEST
/* Languages for which translators are M.I.A. and we could use help with */
#define LOST_TRANSLATORS { "ar-SA", "hu-HU", "id-ID", "pt-PT", "es-ES" } // NB: locales MUST be <= 5 chars
#define LOST_TRANSLATORS { "ar-SA", "da-DK", "hu-HU", "id-ID", "pt-PT", "es-ES" } // NB: locales MUST be <= 5 chars
/* Probability of getting the M.I.A. translator message. For more on this, see LostTranslatorCheck() */
#define LOST_TRANSLATOR_PROBABILITY 1000