diff -r b6df6283e2ba -r 2b5314cc356c hedgewars/uScript.pas --- a/hedgewars/uScript.pas Wed Mar 07 12:33:56 2018 +0100 +++ b/hedgewars/uScript.pas Wed Mar 07 13:48:51 2018 +0100 @@ -3601,7 +3601,7 @@ luaopen_table(luaState); // import some variables -ScriptSetString(_S'L', cLocale); +ScriptSetString(_S'LOCALE', cLocale); // import game flags ScriptSetInteger('gfForts', gfForts);