Merge pull request #13 from TomBraun/master

Change umlauts in the german comment
This commit is contained in:
Enno Rehling 2014-07-17 15:13:30 +02:00
commit 97de950884
2 changed files with 2 additions and 1 deletions

View File

@ -40,3 +40,4 @@ cmake .. \
-DCMAKE_PREFIX_PATH=$PREFIX_PATH \
-DCMAKE_INSTALL_PREFIX=$HOME/eressea $*
cd $OLDPWD

View File

@ -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;