Author: jtn
Date: Tue Dec  8 23:17:28 2015
New Revision: 30902

URL: http://svn.gna.org/viewcvs/freeciv?rev=30902&view=rev
Log:
Use Q_() on strings qualified by patch #6628.

Reported by vla22.

See gna bug #24140.

Modified:
    branches/S2_6/server/cityturn.c
    branches/S2_6/server/diplhand.c
    branches/S2_6/server/techtools.c

Modified: branches/S2_6/server/cityturn.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/cityturn.c?rev=30902&r1=30901&r2=30902&view=diff
==============================================================================
--- branches/S2_6/server/cityturn.c     (original)
+++ branches/S2_6/server/cityturn.c     Tue Dec  8 23:17:28 2015
@@ -2140,11 +2140,14 @@
 
         notify_research(presearch, NULL, E_TECH_GAIN, ftc_server,
                         /* TRANS: Tech from building (Darwin's Voyage) */
-                        _("?frombldg:Acquired %s from %s."), adv_name, 
provider);
+                        Q_("?frombldg:Acquired %s from %s."), adv_name,
+                        provider);
 
         notify_research_embassies(presearch, NULL, E_TECH_EMBASSY, ftc_server,
-                                  /* TRANS: Tech from building (Darwin's 
Voyage) */
-                                  _("?frombldg:The %s have acquired %s from 
%s."),
+                                  /* TRANS: Tech from building (Darwin's
+                                   * Voyage) */
+                                  Q_("?frombldg:The %s have acquired %s "
+                                     "from %s."),
                                   research_name, adv_name, provider);
       }
     }

Modified: branches/S2_6/server/diplhand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/diplhand.c?rev=30902&r1=30901&r2=30902&view=diff
==============================================================================
--- branches/S2_6/server/diplhand.c     (original)
+++ branches/S2_6/server/diplhand.c     Tue Dec  8 23:17:28 2015
@@ -467,7 +467,7 @@
             notify_research_embassies
                 (presearch, pgiver, E_TECH_EMBASSY, ftc_server,
                  /* TRANS: Tech from another player */
-                 _("?fromplr:The %s have acquired %s from the %s."),
+                 Q_("?fromplr:The %s have acquired %s from the %s."),
                  research_name,
                  advance_name,
                  nation_plural_for_player(pgiver));

Modified: branches/S2_6/server/techtools.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/techtools.c?rev=30902&r1=30901&r2=30902&view=diff
==============================================================================
--- branches/S2_6/server/techtools.c    (original)
+++ branches/S2_6/server/techtools.c    Tue Dec  8 23:17:28 2015
@@ -199,8 +199,9 @@
                   player_name(pplayer),
                   astr_str(&effects));
   notify_research_embassies(presearch, NULL, E_TECH_EMBASSY, ftc_server,
-                            /* TRANS: Tech from source of an effect (Great 
Library) */
-                            _("?fromeffect:The %s have acquired %s from %s."),
+                            /* TRANS: Tech from source of an effect
+                             * (Great Library) */
+                            Q_("?fromeffect:The %s have acquired %s from %s."),
                             research_name,
                             advance_name,
                             astr_str(&effects));


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

Reply via email to