]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/rej.c
prnat() prnatid(): New, common country name (#number) formatting
[empserver] / src / lib / subs / rej.c
index 73f1c75aa482846c01157f0315ac7ccf1725cc04..4526d9845ce1a6769bb79362dd8d8e7f27cd2959 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1994
- *     Markus Armbruster, 2005-2011
+ *     Markus Armbruster, 2005-2013
  */
 
 #include <config.h>
@@ -91,8 +91,8 @@ setrel(natid us, natid them, int rel)
        cname(them), whichway, relates[rel]);
     if (!(getrejects(us, themnp) & REJ_TELE))
        mpr(them,
-           "Country %s (#%d) has %s their relations with you to \"%s\"!\n",
-           cname(us), us, whichway, relates[rel]);
+           "Country %s has %s their relations with you to \"%s\"!\n",
+           prnat(mynp), whichway, relates[rel]);
 
     putrel(mynp, them, rel);
     putnat(mynp);