Change umlauts in the german comment

This commit is contained in:
TomBraun 2014-07-16 12:10:58 +02:00
parent 3ac22cb97a
commit 19ce861120
1 changed files with 1 additions and 1 deletions

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;