(sell): Prompting for `amount' is confusing: is it the amount of goods

to offer or amount of money to ask for?.  Ask for `quantity' instead.
This commit is contained in:
Markus Armbruster 2005-07-23 16:50:43 +00:00
parent be1147e7f0
commit 022685c47c

View file

@ -107,7 +107,7 @@ sell(void)
return RET_FAIL;
}
number_sub = 0;
if ((p = getstarg(player->argp[3], "Amount: ", buf)) == 0 || *p == 0)
if ((p = getstarg(player->argp[3], "Quantity: ", buf)) == 0 || *p == 0)
return RET_SYN;
if (!check_sect_ok(&sect))
return RET_FAIL;