mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 05:04:14 -04:00
[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:
parent
1c322aba56
commit
9fef4065b4
3 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue