master
Ansariel 2015-07-18 22:53:26 +02:00
parent 3e0bdf22ed
commit 9135f72bc4
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ std::string LLUI::getLanguage()
if (!language_enabled)
{
language = "en";
sSettingGroups["config"]->setString("default");
sSettingGroups["config"]->setString("Language", "default");
}
// </FS:Ansariel>
}