Author: cazfi
Date: Tue Nov 22 06:55:21 2016
New Revision: 34608

URL: http://svn.gna.org/viewcvs/freeciv?rev=34608&view=rev
Log:
Added translator comment about government overthrown message.

See patch #8010

Modified:
    trunk/server/cityturn.c

Modified: trunk/server/cityturn.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/cityturn.c?rev=34608&r1=34607&r2=34608&view=diff
==============================================================================
--- trunk/server/cityturn.c     (original)
+++ trunk/server/cityturn.c     Tue Nov 22 06:55:21 2016
@@ -3238,6 +3238,7 @@
 
     if (revolution_turns > 0 && pcity->anarchy > revolution_turns) {
       notify_player(pplayer, city_tile(pcity), E_ANARCHY, ftc_server,
+                    /* TRANS: %s - government form, e.g., Democracy */
                     _("The people have overthrown your %s, "
                       "your country is in turmoil."),
                     government_name_translation(gov));


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

Reply via email to