Author: jtn
Date: Tue Jul 19 00:33:28 2016
New Revision: 33264

URL: http://svn.gna.org/viewcvs/freeciv?rev=33264&view=rev
Log:
Mark a string for translation that is used when a unit dies due to the
'killunhomed' server setting.

See gna bug #24858.

Modified:
    trunk/server/unittools.c

Modified: trunk/server/unittools.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unittools.c?rev=33264&r1=33263&r2=33264&view=diff
==============================================================================
--- trunk/server/unittools.c    (original)
+++ trunk/server/unittools.c    Tue Jul 19 00:33:28 2016
@@ -397,8 +397,8 @@
        * killed; notify player here */
       if (!punit->homecity && 0 < game.server.killunhomed) {
         notify_player(pplayer, unit_tile(punit), E_UNIT_LOST_MISC,
-                      ftc_server, "Your %s has run out of hit points "
-                                  "because it has no supporting homecity.",
+                      ftc_server, _("Your %s has run out of hit points "
+                                    "because it was not supported by a city."),
                       unit_tile_link(punit));
       } else {
         notify_player(pplayer, unit_tile(punit), E_UNIT_LOST_MISC, ftc_server,


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

Reply via email to