diff --git a/data/locale/characters.dat b/data/locale/characters.dat index 9d09bd6..32a4940 100644 --- a/data/locale/characters.dat +++ b/data/locale/characters.dat @@ -1 +1 @@ -&|_# POfileorTBFS:handWCpygt2015-6,JwsbuGNUL3.Emj@c/"IV\RMD8+v?x;=%!AYq()'kH[]KzQX4Z79*àéí¡Çóè·úïçüºòÉÒÍÀ°æåøÆÅØ<>öÄäßÜá¿ñÁÊûâîôÈêùœÙìëęąłćżńśźŻŚŁĆÖ +Ö&|_# POfileorTBFS:handWCpygt2015-6,JwsbuGNUL3.Emj@c/"IV\RMD8+v?x;=%!AYq()'kH[]KzQX4Z79*àéí¡Çóè·úïçüºòÉÒÍÀ°æåøÆÅØ<>öÄäßÜá¿ñÁÊûâîôÈêùœÙìëęąłćżńśźŻŚŁĆÖ diff --git a/locale/fr.po b/locale/fr.po index 57dff3f..367ad32 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -81,7 +81,7 @@ msgid "Missiles" msgstr "Missiles" msgid "Missiles (%d)" -msgstr "Missiles ( %d )" +msgstr "Missiles (%d)" msgid "Target: %.2fkm" msgstr "Cible:% .2fkm" diff --git a/src/system/text.c b/src/system/text.c index f0712f1..4696c45 100644 --- a/src/system/text.c +++ b/src/system/text.c @@ -187,7 +187,7 @@ static void drawTextLines(int x, int y, int size, int align, SDL_Color color) memset(&line, '\0', sizeof(line)); memset(&token, '\0', sizeof(token)); - len = strlenMB(drawTextBuffer); + len = strlen(drawTextBuffer); n = currentWidth = 0;