Author: jtn
Date: Thu Feb  5 01:14:52 2015
New Revision: 27972

URL: http://svn.gna.org/viewcvs/freeciv?rev=27972&view=rev
Log:
When capturing a unit, tell the victor its former nationality.

See gna patch #5782.

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=27972&r1=27971&r2=27972&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Thu Feb  5 01:14:52 2015
@@ -240,8 +240,9 @@
     /* Notify players */
     notify_player(pplayer, pdesttile, E_MY_DIPLOMAT_BRIBE, ftc_server,
                   /* TRANS: <unit> ... <unit> */
-                  _("Your %s succeeded in capturing the %s."),
-                  capturer_link, victim_link);
+                  _("Your %s succeeded in capturing the %s %s."),
+                  capturer_link, nation_adjective_for_player(uplayer),
+                  victim_link);
     notify_player(uplayer, pdesttile,
                   E_ENEMY_DIPLOMAT_BRIBE, ftc_server,
                   /* TRANS: <unit> ... <Poles> */


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to