diff --git a/src/nhttpd/yhttpd_core/ylanguage.cpp b/src/nhttpd/yhttpd_core/ylanguage.cpp index d1ab3abe8..f733d16e2 100644 --- a/src/nhttpd/yhttpd_core/ylanguage.cpp +++ b/src/nhttpd/yhttpd_core/ylanguage.cpp @@ -89,7 +89,7 @@ void CLanguage::setLanguage(std::string _language){ } else if (i == 1) { // load neutrino default language (should not happen) - NeutrinoLanguage->loadConfig(LOCALEDIR "/deutsch.locale", ' '); + NeutrinoLanguage->loadConfig(LOCALEDIR "/english.locale", ' '); } } }