<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40688 >

As reported on freeciv-i18n.


-----------------------------------------------------------------------
趣味は?内戦煽動。
commit 27c85d0b02e5e7cb12155a0d4a41dcd20d7cf81b
Author: Madeline Book <madeline.b...@gmail.com>
Date:   Tue Jan 27 16:06:51 2009 -0500

    Fix double space and grammar in civil war message.
    
    Reported by: Sini Ruohomaa <sini.ruoho...@cs.helsinki.fi>

diff --git a/server/plrhand.c b/server/plrhand.c
index 1dd6184..f96c822 100644
--- a/server/plrhand.c
+++ b/server/plrhand.c
@@ -1683,9 +1683,9 @@ void civil_war(struct player *pplayer)
 	  nation_rule_name(nation_of_player(pplayer)),
 	  player_name(cplayer));
   notify_player(pplayer, NULL, E_CIVIL_WAR,
-		   _("Your nation is thrust into civil war, "
-		     " %s is declared the leader of the rebel states."),
-		   player_name(cplayer));
+                _("Your nation is thrust into civil war! "
+                  "%s is declared the leader of the rebel states."),
+                player_name(cplayer));
 
   i = city_list_size(pplayer->cities)/2;   /* number to flip */
   j = city_list_size(pplayer->cities);	    /* number left to process */
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to