]> git.pond.sub.org Git - empserver/commitdiff
(sell): Prompting for `amount' is confusing: is it the amount of goods
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jul 2005 16:50:43 +0000 (16:50 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jul 2005 16:50:43 +0000 (16:50 +0000)
to offer or amount of money to ask for?.  Ask for `quantity' instead.

src/lib/commands/sell.c

index f989b32920e016fe2cdee1528e9eaf3d396704eb..792856b2a3c56245977970f8c2ca6c46fe5d8439 100644 (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;