diff -r 4d0128c9cb35 -r d7bcadc4c380 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Mon Jul 22 18:16:01 2013 +0200 +++ b/hedgewars/uVariables.pas Mon Jul 22 19:01:28 2013 +0200 @@ -2368,7 +2368,7 @@ procedure initModule; begin // TODO: we could just have one cLocale variables and drop strutils - cLocale:= ExtractDelimited(0, cLocaleFName, StdWordDelims); + cLocale:= ExtractDelimited(1, cLocaleFName, StdWordDelims); cFlattenFlakes := false; cFlattenClouds := false;