Fix some argument prompts to end in one space

Corrects first argument of collect and show, and second argument of
assault, follow, mine, lmine and mobquota.
This commit is contained in:
Markus Armbruster 2008-05-10 18:52:29 +02:00
parent a1f4dc9592
commit 0a61f8eb78
6 changed files with 7 additions and 7 deletions

View file

@ -82,7 +82,7 @@ assa(void)
*/
if ((off->shp_uid =
onearg(player->argp[2], "Assault from ship #")) < 0) {
onearg(player->argp[2], "Assault from ship # ")) < 0) {
pr("You may only assault from one ship!\n");
return RET_FAIL;
}