forked from github/server
Change umlauts in the german comment
This commit is contained in:
parent
3ac22cb97a
commit
19ce861120
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ use_museumticket(unit * u, const struct item_type *itype, int amount,
|
||||||
|
|
||||||
unused_arg(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()) {
|
if (pl != get_homeplane()) {
|
||||||
cmistake(u, ord, 265, MSG_MAGIC);
|
cmistake(u, ord, 265, MSG_MAGIC);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue