mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed typo std::encl in src/gettext.cpp
This commit is contained in:
parent
f969a91c0a
commit
6922807fd5
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ void init_gettext(const char *path,std::string configured_language) {
|
|||
}
|
||||
#else
|
||||
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 << "*******************************************************" << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue