fixed typo std::encl in src/gettext.cpp
parent
f969a91c0a
commit
6922807fd5
|
@ -202,7 +202,7 @@ void init_gettext(const char *path,std::string configured_language) {
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
errorstream << "*******************************************************" << std::endl;
|
errorstream << "*******************************************************" << std::endl;
|
||||||
errorstream << "Can't apply locale workaround for server!" << std::encl;
|
errorstream << "Can't apply locale workaround for server!" << std::endl;
|
||||||
errorstream << "Expect language to be broken!" << std::endl;
|
errorstream << "Expect language to be broken!" << std::endl;
|
||||||
errorstream << "*******************************************************" << std::endl;
|
errorstream << "*******************************************************" << std::endl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue