]> git.pond.sub.org Git - empserver/commitdiff
Don't capitalize words in the middle of sentences
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 22 May 2010 12:59:23 +0000 (14:59 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 May 2010 16:23:32 +0000 (18:23 +0200)
Affects output of commands add, anti, build, edit, order, reset, set,
setresource, setsector, show, version.

12 files changed:
info/Technology.t
src/lib/commands/add.c
src/lib/commands/anti.c
src/lib/commands/buil.c
src/lib/commands/edit.c
src/lib/commands/orde.c
src/lib/commands/rese.c
src/lib/commands/set.c
src/lib/commands/setres.c
src/lib/commands/setsect.c
src/lib/commands/vers.c
src/lib/subs/show.c

index 8411bb767fe4068bfbad708d0823c194f2d745bc..20e0be88d6f4c76921752411f4fbe99b96e90c31 100644 (file)
@@ -22,7 +22,7 @@ produced in your various tech centres in a line like this:
 
 (2) Calculate tech delta from technological breakthroughs
 In the output of the "version" command, you will see a line like this:
-  Tech Buildup is limited to logarithmic growth (base 2.00) after 3.00.
+  Tech buildup is limited to logarithmic growth (base 2.00) after 3.00.
 
 In this example, the "tech log base" is 2.00 and the "easy tech" is
 3.00.  To find out what your tech delta for an update will be, subtract
index 9d2455dc541a96bdfaf3d409fd7368fb82b28a48..e58d282969ecd8369f7cbb3d090feb03e802c9cb 100644 (file)
@@ -82,7 +82,7 @@ add(void)
        return RET_FAIL;
     }
     natp = getnatp(coun);
-    p = getstarg(player->argp[2], "Country Name? ", buf);
+    p = getstarg(player->argp[2], "Country name? ", buf);
     if (!p)
        return RET_SYN;
     if (!check_nat_name(p))
index 247ac3f3f510ee11aa0544c20f768687b87d8bc6..d17a7e79828c3ec28b3883883d4d8c3bce5b73d8 100644 (file)
@@ -143,7 +143,7 @@ anti(void)
                putsect(&sect);
                pr("          Partisans take over the sector.  You blew it.\n");
                wu(0, sect.sct_oldown,
-                  "Sector %s regained from Partisan activity.\n",
+                  "Sector %s regained from partisan activity.\n",
                   xyas(nstr.x, nstr.y, sect.sct_oldown));
            }
        } else {
index c7d610174263e5fa9a24cb40ab6a530f3bba9408..726466e4fd4955f28f493c0e4148fdb115c4fd1c 100644 (file)
@@ -390,7 +390,7 @@ build_land(struct sctstr *sp, struct lchrstr *lp, short *vec, int tlev)
     lcm = roundavg(lp->l_lcm * eff);
 
     if (sp->sct_type != SCT_HEADQ) {
-       pr("Land Units must be built in headquarters.\n");
+       pr("Land units must be built in headquarters.\n");
        return 0;
     }
     if (sp->sct_effic < 60 && !player->god) {
index 89ce9b4cfbb58fea302da3752f95b30b0a9dd575..319372a734d9ff830a539230f01f623540ccd323 100644 (file)
@@ -86,7 +86,7 @@ edit(void)
     char ewhat;
 
     what = getstarg(player->argp[1],
-                   "Edit What (country, land, ship, plane, nuke, unit)? ",
+                   "Edit what (country, land, ship, plane, nuke, unit)? ",
                    buf);
     if (!what)
        return RET_SYN;
@@ -589,7 +589,7 @@ doland(char op, int arg, char *p, struct sctstr *sect)
     case 'D':
        if (!sarg_xy(p, &newx, &newy))
            return RET_SYN;
-       pr("Distribution Location for sector %s changed from %s to %s\n",
+       pr("Distribution location for sector %s changed from %s to %s\n",
           xyas(sect->sct_x, sect->sct_y, player->cnum),
           xyas(sect->sct_dist_x, sect->sct_dist_y, player->cnum),
           xyas(newx, newy, player->cnum));
@@ -610,7 +610,7 @@ doland(char op, int arg, char *p, struct sctstr *sect)
        des = sct_typematch(p);
        if (des < 0)
            return RET_SYN;
-       pr("New Designation for sector %s changed from %c to %c\n",
+       pr("New designation for sector %s changed from %c to %c\n",
           xyas(sect->sct_x, sect->sct_y, player->cnum),
           dchr[sect->sct_newtype].d_mnem, dchr[des].d_mnem);
        sect->sct_newtype = des;
@@ -676,10 +676,10 @@ docountry(char op, int arg, char *p, struct natstr *np)
        break;
     case 'm':
        benefit(nat, np->nat_reserve < arg);
-       pr("Military Reserves changed from %ld to %d\n",
+       pr("Military reserves changed from %ld to %d\n",
           np->nat_reserve, arg);
        wu(player->cnum, nat,
-          "Military Reserves changed from %ld to %d by divine intervention.\n",
+          "Military reserves changed from %ld to %d by divine intervention.\n",
           np->nat_reserve, arg);
        np->nat_reserve = arg;
        break;
index 5151a474b62be014d9a50509b3e54376bd09d03d..58dc2d4ab914f3c23e944ea955e3a1933c09bfbb 100644 (file)
@@ -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':
index 1a7e9925c564c019d1ceb4369f7988d95d6e7581..c65d92d720bee27b9a3e0a82d99dbfc6ba875142 100644 (file)
@@ -134,7 +134,7 @@ rese(void)
     (void)time(&now);
     comm.com_markettime = now;
     if (!putcomm(number_set, &comm)) {
-       pr("Problems with the commodities file, Call the Deity\n");
+       pr("Problems with the commodities file, call the Deity\n");
        return RET_OK;
     }
     return RET_OK;
index b599493754ae431767a3275ea36f65be6df123aa..a557cf443d1d0322b0b7a5add7c996592ecaa7bf 100644 (file)
@@ -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;
index 1530450591d462ac8f0f302fc632cfb907e0a197..736c4c4b3690965c2f716e26411dc4746e55e01d 100644 (file)
@@ -51,7 +51,7 @@ setres(void)
     char buf[1024];
 
     what = getstarg(player->argp[1],
-                   "Set What (iron, gold, oil, uranium, fertility)? ",
+                   "Set what (iron, gold, oil, uranium, fertility)? ",
                    buf);
     if (!what)
        return RET_SYN;
index 62e85913ce0c720c59759aa35777deda53e92b68..c34381b0aa0082cf31f222107d73d36318fced02 100644 (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;
index fb2ea61197a313706abe696e5dbab5a237854adc..bdb9124eed76b425f057162cb9f781e662179625 100644 (file)
@@ -119,7 +119,7 @@ vers(void)
     pr("Nation levels (tech etc.) decline 1%% every %d time units.\n",
        (int)(level_age_rate));
 
-    pr("Tech Buildup is ");
+    pr("Tech buildup is ");
     if (tech_log_base <= 1.0) {
        pr("not limited\n");
     }
index da55cfcba18f000ce23563a94e8c8a8100b6b785..99703eae51457815dee2eb10e42b82fa9dff5a90 100644 (file)
@@ -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,