Author: cazfi
Date: Wed Oct 28 21:19:15 2015
New Revision: 30294

URL: http://svn.gna.org/viewcvs/freeciv?rev=30294&view=rev
Log:
Added dot (".") to the end of "You can't revolt the same turn ... " -message.

See patch #6489

Modified:
    trunk/server/plrhand.c

Modified: trunk/server/plrhand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/plrhand.c?rev=30294&r1=30293&r2=30294&view=diff
==============================================================================
--- trunk/server/plrhand.c      (original)
+++ trunk/server/plrhand.c      Wed Oct 28 21:19:15 2015
@@ -433,7 +433,7 @@
     /* Multiple changes attempted after single anarchy period */
     if (game.info.revolentype == REVOLEN_QUICKENING) {
       notify_player(pplayer, NULL, E_REVOLT_DONE, ftc_server,
-                    _("You can't revolt the same turn you finished previous 
revolution"));
+                    _("You can't revolt the same turn you finished previous 
revolution."));
       return;
     }
   }


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

Reply via email to