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
|
@ -148,7 +148,7 @@ show_tower(int tlev)
|
|||
{
|
||||
if (tlev < buil_tower_bt)
|
||||
return;
|
||||
pr("Bridge Towers require %g tech, %d hcm, 0 workers,\n",
|
||||
pr("Bridge towers require %g tech, %d hcm, 0 workers,\n",
|
||||
buil_tower_bt, buil_tower_bh);
|
||||
pr("%d available workforce, and cost $%g\n",
|
||||
(SCT_BLD_WORK(0, buil_tower_bh) * SCT_MINEFF + 99) / 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue