(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:
parent
be1147e7f0
commit
022685c47c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ sell(void)
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
number_sub = 0;
|
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;
|
return RET_SYN;
|
||||||
if (!check_sect_ok(§))
|
if (!check_sect_ok(§))
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue