(nati): Fix the grammer for No capital output.

This commit is contained in:
Ron Koenderink 2005-12-18 15:43:56 +00:00
parent 9217e75761
commit 7944db242c

View file

@ -62,7 +62,7 @@ nati(void)
if (natp->nat_stat & STAT_INUSE) {
getsect(natp->nat_xcap, natp->nat_ycap, &sect);
if (influx(natp))
pr("No capital. (was at %s)\n",
pr("No capital (was at %s).\n",
xyas(sect.sct_x, sect.sct_y, player->cnum));
else {
civ = sect.sct_item[I_CIVIL];