]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/vers.c
Update copyright notice
[empserver] / src / lib / commands / vers.c
index 07d4bc11ca99469f081bd101e33e9e961b9963e9..e5dbb0eb9227c748fe2fc11c1e225e13063d5371 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -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);