hedgewars/uScript.pas
changeset 14598 62dea281e4d5
parent 14537 ce40351e0690
child 14611 3cf7799e04b5
--- a/hedgewars/uScript.pas	Tue Jan 15 21:28:54 2019 +0100
+++ b/hedgewars/uScript.pas	Wed Jan 16 00:01:29 2019 +0100
@@ -4145,7 +4145,7 @@
 luaopen_table(luaState);
 
 // import some variables
-ScriptSetString(_S'LOCALE', cLocale);
+ScriptSetString(_S'LOCALE', cLanguage);
 
 {$IFDEF USE_TOUCH_INTERFACE}
 ScriptSetString(_S'INTERFACE', 'touch');