Author: cazfi
Date: Fri Sep 25 05:28:56 2015
New Revision: 29961

URL: http://svn.gna.org/viewcvs/freeciv?rev=29961&view=rev
Log:
Mark some bullet points for translation, so the localization can use something 
else than asterisk.

Requested by Markus Linnakangas <mlinnaka>

See bug #23894

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=29961&r1=29960&r2=29961&view=diff
==============================================================================
--- branches/S2_6/client/helpdata.c     (original)
+++ branches/S2_6/client/helpdata.c     Fri Sep 25 05:28:56 2015
@@ -3693,7 +3693,7 @@
       const char *helptxt = unit_type_flag_helptxt(flagid);
 
       if (helptxt != NULL) {
-        CATLSTR(buf, bufsz, "* ");
+        CATLSTR(buf, bufsz, Q_("?bullet:* "));
         CATLSTR(buf, bufsz, _(helptxt));
         CATLSTR(buf, bufsz, "\n");
       }
@@ -4400,7 +4400,7 @@
       const char *helptxt = tech_flag_helptxt(flagid);
 
       if (helptxt != NULL) {
-        CATLSTR(buf, bufsz, "* ");
+        CATLSTR(buf, bufsz, Q_("?bullet:* "));
         CATLSTR(buf, bufsz, _(helptxt));
         CATLSTR(buf, bufsz, "\n");
       }
@@ -4525,7 +4525,7 @@
       const char *helptxt = terrain_flag_helptxt(flagid);
 
       if (helptxt != NULL) {
-        CATLSTR(buf, bufsz, "* ");
+        CATLSTR(buf, bufsz, Q_("?bullet:* "));
         CATLSTR(buf, bufsz, _(helptxt));
         CATLSTR(buf, bufsz, "\n");
       }


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

Reply via email to