projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f969a91
)
fixed typo std::encl in src/gettext.cpp
author
Jakub Vaněk
<vanek.jakub4@seznam.cz>
Fri, 23 May 2014 13:54:58 +0000
(15:54 +0200)
committer
sapier
<Sapier at GMX dot net>
Sat, 24 May 2014 09:20:21 +0000
(11:20 +0200)
src/gettext.cpp
patch
|
blob
|
history
diff --git
a/src/gettext.cpp
b/src/gettext.cpp
index 62cc138aee58a12ca5014adee8bff304f737605a..0c0e520ca169e4322834edc5cfb647e0f92e6959 100644
(file)
--- a/
src/gettext.cpp
+++ b/
src/gettext.cpp
@@
-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::en
c
l;
+ errorstream << "Can't apply locale workaround for server!" << std::en
d
l;
errorstream << "Expect language to be broken!" << std::endl;
errorstream << "*******************************************************" << std::endl;