diff -r dfba2515d601 -r 619a399bece8 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue Nov 06 10:52:21 2012 -0500 +++ b/hedgewars/uSound.pas Tue Nov 06 11:01:18 2012 -0500 @@ -139,7 +139,7 @@ path:= Pathz[ptVoices] + '/' + locName; if DirectoryExists(path) then name:= locName - else if Length(cLocale) > 2 + else if Length(cLocale) > 3 then begin locName:= name+'_'+Copy(cLocale,1,2);