Author: cazfi
Date: Tue Apr 19 06:50:52 2016
New Revision: 32440

URL: http://svn.gna.org/viewcvs/freeciv?rev=32440&view=rev
Log:
Added qualifier to "Applies only to %s." string lacking one.

See patch #7111

Modified:
    branches/S2_6/client/helpdata.c

Modified: branches/S2_6/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/helpdata.c?rev=32440&r1=32439&r2=32440&view=diff
==============================================================================
--- branches/S2_6/client/helpdata.c     (original)
+++ branches/S2_6/client/helpdata.c     Tue Apr 19 06:50:52 2016
@@ -2655,10 +2655,10 @@
       case REQ_RANGE_LOCAL:
         if (preq->present) {
           cat_snprintf(buf, bufsz,
-                       _("Applies only to %s.\n"), tile_property);
+                       Q_("?tileprop:Applies only to %s.\n"), tile_property);
         } else {
           cat_snprintf(buf, bufsz,
-                       _("Does not apply to %s.\n"), tile_property);
+                       Q_("?tileprop:Does not apply to %s.\n"), tile_property);
         }
         return TRUE;
       case REQ_RANGE_CADJACENT:


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

Reply via email to