]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/vers.c
Update copyright notice
[empserver] / src / lib / commands / vers.c
index c83987579b9f97b0f3f52402f0f8610ea9270569..bbb74f648acf04dd819136f50dbe18f1f7ec826b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2018, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -75,11 +75,11 @@ vers(void)
        (1.0 / (btu_build_rate * 100.0)));
     pr("\n");
 
-    pr("A non-aggi, 100 fertility sector can grow %.2f food per etu.\n",
+    pr("A non-aggi, 100 fertility sector can grow %.2f food per ETU.\n",
        100.0 * fgrate);
-    pr("1000 civilians will harvest %.1f food per etu.\n",
+    pr("1000 civilians will harvest %.1f food per ETU.\n",
        1000.0 * fcrate);
-    pr("1000 civilians will give birth to %.1f babies per etu.\n",
+    pr("1000 civilians will give birth to %.1f babies per ETU.\n",
        1000.0 * obrate);
     pr("1000 uncompensated workers will give birth to %.1f babies.\n",
        1000.0 * uwbrate);
@@ -92,7 +92,7 @@ vers(void)
 
     pr("\n");
 
-    pr("Banks pay $%.2f in interest per 1000 gold bars per etu.\n",
+    pr("Banks pay $%.2f in interest per 1000 gold bars per ETU.\n",
        bankint * 1000.0);
     pr("1000 civilians generate $%.2f, uncompensated workers $%.2f each time unit.\n",
        1000.0 * money_civ, 1000.0 * money_uw);
@@ -101,9 +101,9 @@ vers(void)
     if (rollover_avail_max)
        pr("Up to %d avail can roll over an update.\n",
           rollover_avail_max);
-    pr("Happiness p.e. requires 1 happy stroller per %d civ.\n",
+    pr("Happiness p.e. requires 1 happy stroller per %d civilians.\n",
        (int)hap_cons / etu_per_update);
-    pr("Education p.e. requires 1 class of graduates per %d civ.\n",
+    pr("Education p.e. requires 1 class of graduates per %d civilians.\n",
        (int)edu_cons / etu_per_update);
     pr("Happiness is averaged over %d time units.\n", (int)hap_avg);
     pr("Education is averaged over %d time units.\n", (int)edu_avg);