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:
Markus Armbruster 2010-05-22 14:59:23 +02:00
parent 93d033cff4
commit f6cab16b65
12 changed files with 17 additions and 17 deletions

View file

@ -55,7 +55,7 @@ setsector(void)
char char0, char1;
what = getstarg(player->argp[1],
"Give What (iron, gold, oil, uranium, fertility, owner, eff., mob., work, avail., oldown, mines)? ",
"Give what (iron, gold, oil, uranium, fertility, owner, eff., mob., work, avail., oldown, mines)? ",
buf);
if (!what)
return RET_SYN;