Author: sveinung
Date: Fri May  9 00:33:34 2014
New Revision: 24867

URL: http://svn.gna.org/viewcvs/freeciv?rev=24867&view=rev
Log:
Remove the extra "'" in Spy must be Diplomat ruleset check's error message

See bug #22011

Modified:
    trunk/server/rssanity.c

Modified: trunk/server/rssanity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/rssanity.c?rev=24867&r1=24866&r2=24867&view=diff
==============================================================================
--- trunk/server/rssanity.c     (original)
+++ trunk/server/rssanity.c     Fri May  9 00:33:34 2014
@@ -540,7 +540,7 @@
     if (utype_has_flag(putype, UTYF_SPY)
         && !utype_has_flag(putype, UTYF_DIPLOMAT)) {
       ruleset_error(LOG_ERROR,
-                    "The unit type '%s'' has the 'Spy' unit type flag but "
+                    "The unit type '%s' has the 'Spy' unit type flag but "
                     "not the 'Diplomat' unit type flag.",
                     utype_rule_name(putype));
       ok = FALSE;


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

Reply via email to