Author: jtn
Date: Thu Feb  5 01:26:43 2015
New Revision: 27986

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

See gna patch #5782.

Modified:
    branches/S2_4/server/unithand.c

Modified: branches/S2_4/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_4/server/unithand.c?rev=27986&r1=27985&r2=27986&view=diff
==============================================================================
--- branches/S2_4/server/unithand.c     (original)
+++ branches/S2_4/server/unithand.c     Thu Feb  5 01:26:43 2015
@@ -1474,8 +1474,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