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
|
@ -186,7 +186,7 @@ orde(void)
|
|||
sub = sub - 1;;
|
||||
|
||||
if (ship.shp_autonav & AN_AUTONAV) {
|
||||
dest = getstarg(player->argp[4], "Start or End? ", buf);
|
||||
dest = getstarg(player->argp[4], "Start or end? ", buf);
|
||||
if (!dest)
|
||||
return RET_FAIL;
|
||||
switch (*dest) {
|
||||
|
@ -211,7 +211,7 @@ orde(void)
|
|||
}
|
||||
ship.shp_tstart[sub] = i1->i_uid;
|
||||
ship.shp_lstart[sub] = level;
|
||||
pr("Order Set \n");
|
||||
pr("Order set\n");
|
||||
break;
|
||||
case 's':
|
||||
case 'S':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue