Author: sveinung
Date: Fri May  9 00:35:21 2014
New Revision: 24868

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

See bug #22011

Modified:
    branches/S2_5/server/rssanity.c

Modified: branches/S2_5/server/rssanity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/rssanity.c?rev=24868&r1=24867&r2=24868&view=diff
==============================================================================
--- branches/S2_5/server/rssanity.c     (original)
+++ branches/S2_5/server/rssanity.c     Fri May  9 00:35:21 2014
@@ -535,7 +535,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