hedgewars/uScript.pas
changeset 13088 2b5314cc356c
parent 13062 bcb87269867e
child 13121 de07c8423beb
--- 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);