1
0
forked from 0ad/0ad

Spaces around '+' in 467541cfad

This was SVN commit r27205.
This commit is contained in:
Angen 2022-11-05 12:28:54 +00:00
parent 240c1247ad
commit eacbb1d248

View File

@ -64,7 +64,7 @@ function initLanguageSelection()
let currentLocaleDict = Engine.GetFallbackToAvailableDictLocale(Engine.GetCurrentLocale());
let index = baseNames.indexOf(currentLocaleDict);
if (index == -1)
warn("Language '"+currentLocaleDict+"' is not available");
warn("Language '" + currentLocaleDict + "' is not available");
else if (currentLocaleDict != baseNames[0])
list.push(displayNames[index]);