Polish messages.
This commit is contained in:
parent
22c7319aab
commit
87af0f7fc4
1 changed files with 2 additions and 2 deletions
|
@ -137,9 +137,9 @@ zdon(void)
|
||||||
pr("You want an update.\n");
|
pr("You want an update.\n");
|
||||||
} else
|
} else
|
||||||
pr("You DON'T want an update, yet.\n");
|
pr("You DON'T want an update, yet.\n");
|
||||||
pr("You have missed requesting an demand update %d times.\n",
|
pr("You have missed the vote on a demand update %d times.\n",
|
||||||
natp->nat_missed);
|
natp->nat_missed);
|
||||||
pr("It takes %d misses to veto an demand update.\n",
|
pr("It takes %d misses to veto a demand update.\n",
|
||||||
update_missed);
|
update_missed);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue