]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/chan.c
Update copyright notice
[empserver] / src / lib / commands / chan.c
index 547bd3b34069805cf31d55ebd744ee8c06a019c4..a09b5fa4d32998f6937df9f88fd5e70c5db3e2e5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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
@@ -57,10 +57,10 @@ chan(void)
        if (us->nat_stat == STAT_ACTIVE) {
            if (opt_BLITZ == 0) {
                if (us->nat_btu < 254) {
-                   pr("You need 254 btus to change your country name!\n");
+                   pr("You need 254 BTUs to change your country name!\n");
                    return RET_FAIL;
                }
-               pr("This command costs 254 BTU's and 10%% of your money.\n");
+               pr("This command costs 254 BTUs and 10%% of your money.\n");
                if (!confirm("Are you sure you want to do this? "))
                    return RET_FAIL;
                btucost = 254;