Don't capitalize words in the middle of sentences
Affects output of commands add, anti, build, edit, order, reset, set, setresource, setsector, show, version.
This commit is contained in:
parent
93d033cff4
commit
f6cab16b65
12 changed files with 17 additions and 17 deletions
|
@ -90,7 +90,7 @@ set(void)
|
|||
return RET_FAIL;
|
||||
}
|
||||
trade.trd_type = type;
|
||||
sprintf(prompt, "%s #%d; Price? ",
|
||||
sprintf(prompt, "%s #%d; price? ",
|
||||
trade_nameof(&trade, &item), ni.cur);
|
||||
if (!(p = getstarg(player->argp[3], prompt, buf)))
|
||||
return RET_FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue