forked from github/server
Merge pull request #13 from TomBraun/master
Change umlauts in the german comment
This commit is contained in:
commit
97de950884
|
@ -40,3 +40,4 @@ cmake .. \
|
|||
-DCMAKE_PREFIX_PATH=$PREFIX_PATH \
|
||||
-DCMAKE_INSTALL_PREFIX=$HOME/eressea $*
|
||||
cd $OLDPWD
|
||||
|
||||
|
|
|
@ -364,7 +364,7 @@ use_museumticket(unit * u, const struct item_type *itype, int amount,
|
|||
|
||||
unused_arg(amount);
|
||||
|
||||
/* Prüfen ob in normaler Plane und nur eine Person */
|
||||
/* Pruefen ob in normaler Plane und nur eine Person */
|
||||
if (pl != get_homeplane()) {
|
||||
cmistake(u, ord, 265, MSG_MAGIC);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue