Author: sveinung
Date: Fri Jun 24 12:31:17 2016
New Revision: 33013

URL: http://svn.gna.org/viewcvs/freeciv?rev=33013&view=rev
Log:
Comment fix: actions aren't Diplomat only.

Action enablers started by controlling Diplomat / Spy actions. This isn't
the case any more. Update comment.

Modified:
    branches/S2_6/common/actions.c

Modified: branches/S2_6/common/actions.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/actions.c?rev=33013&r1=33012&r2=33013&view=diff
==============================================================================
--- branches/S2_6/common/actions.c      (original)
+++ branches/S2_6/common/actions.c      Fri Jun 24 12:31:17 2016
@@ -318,7 +318,7 @@
       /* Unknown because the player don't have the required knowledge to
        * determine the probability of success for this action. */
 
-      /* TRANS: the chance of a diplomat action succeeding is unknown. */
+      /* TRANS: the chance of an action succeeding is unknown. */
       probtxt = _("?%");
     } else {
       fc_assert(action_prob_not_impl(prob)


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

Reply via email to