Author: jtn
Date: Sat Feb 14 02:47:57 2015
New Revision: 28127

URL: http://svn.gna.org/viewcvs/freeciv?rev=28127&view=rev
Log:
Some minor textual rewording.

See gna bug #22294.

Modified:
    branches/S2_5/client/helpdata.c
    branches/S2_5/data/classic/terrain.ruleset
    branches/S2_5/data/experimental/terrain.ruleset
    branches/S2_5/data/experimental/units.ruleset
    branches/S2_5/data/helpdata.txt
    branches/S2_5/data/multiplayer/terrain.ruleset

Modified: branches/S2_5/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/helpdata.c?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/client/helpdata.c     (original)
+++ branches/S2_5/client/helpdata.c     Sat Feb 14 02:47:57 2015
@@ -2634,7 +2634,8 @@
       CATLSTR(buf, bufsz, _("* Can build mines on tiles.\n"));
     }
     if (effect_cumulative_max(EFT_MINING_TF_POSSIBLE, utype) > 0) {
-      CATLSTR(buf, bufsz, _("* Can mine terrain to another.\n"));
+      CATLSTR(buf, bufsz, _("* Can convert terrain to another type by "
+                            "mining.\n"));
     }
 
     if (effect_cumulative_max(EFT_IRRIG_POSSIBLE, utype) > 0) {
@@ -2656,7 +2657,8 @@
       }
     }
     if (effect_cumulative_max(EFT_IRRIG_TF_POSSIBLE, utype) > 0) {
-      CATLSTR(buf, bufsz, _("* Can irrigate terrain to another.\n"));
+      CATLSTR(buf, bufsz, _("* Can convert terrain to another type by "
+                            "irrigation.\n"));
     }
 
     base_type_iterate(pbase) {

Modified: branches/S2_5/data/classic/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/classic/terrain.ruleset?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/data/classic/terrain.ruleset  (original)
+++ branches/S2_5/data/classic/terrain.ruleset  Sat Feb 14 02:47:57 2015
@@ -1046,7 +1046,7 @@
 Fortresses improve defense for land units. Among other effects, a land \
 unit remaining in a fortress for a whole turn without moving recovers \
 a quarter of its hit points. With Invention, fortresses gain watchtowers \
-from which units can see further afield.\
+from which land units can see further afield.\
 ")
 
 [base_airbase]

Modified: branches/S2_5/data/experimental/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/experimental/terrain.ruleset?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/data/experimental/terrain.ruleset     (original)
+++ branches/S2_5/data/experimental/terrain.ruleset     Sat Feb 14 02:47:57 2015
@@ -1022,7 +1022,7 @@
 Fortresses improve defense for land units. Among other effects, a land \
 unit remaining in a fortress for a whole turn without moving recovers \
 a quarter of its hit points. With Invention, fortresses gain watchtowers \
-from which units can see further afield.\
+from which land units can see further afield.\
 ")
 
 [base_airbase]

Modified: branches/S2_5/data/experimental/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/experimental/units.ruleset?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/data/experimental/units.ruleset       (original)
+++ branches/S2_5/data/experimental/units.ruleset       Sat Feb 14 02:47:57 2015
@@ -1495,7 +1495,8 @@
 helptext      = _("\
 The Trireme is your first boat unit. It can act\
  as a transport ship and has rudimentary offensive\
- capabilities, but may not enter deep ocean tiles.\
+ capabilities, and unlike later boats can travel on\
+ rivers, but it may not enter deep ocean tiles.\
 ")
 
 [unit_caravel]

Modified: branches/S2_5/data/helpdata.txt
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/helpdata.txt?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/data/helpdata.txt     (original)
+++ branches/S2_5/data/helpdata.txt     Sat Feb 14 02:47:57 2015
@@ -626,10 +626,11 @@
 more, the trade route with the smallest ongoing revenue is canceled if \
 it would be less than the new route. (Otherwise, the origin civilization \
 can still gain initial revenue by entering the marketplace and selling \
-trade goods, but it is reduced to a third.) \
-The maximum number of trade routes is forced only when attempting to \
-establish a new ones. If you temporarily lose the ability to establish \
-as many trade routes as city already has, existing ones are not affected.\
+trade goods, but it is reduced to a third.)\
+"), _("\
+This limit is enforced only when attempting to establish a new route. If \
+you temporarily lose the ability to establish as many trade routes as a \
+city already has, existing ones are not affected.\
 "), _("\
 Beware: in rulesets where plague is enabled, it can travel \
 along trade routes. See the section on Plague for more details.\

Modified: branches/S2_5/data/multiplayer/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/multiplayer/terrain.ruleset?rev=28127&r1=28126&r2=28127&view=diff
==============================================================================
--- branches/S2_5/data/multiplayer/terrain.ruleset      (original)
+++ branches/S2_5/data/multiplayer/terrain.ruleset      Sat Feb 14 02:47:57 2015
@@ -1020,7 +1020,7 @@
 Fortresses improve defense for land units. Among other effects, a land \
 unit remaining in a fortress for a whole turn without moving recovers \
 a quarter of its hit points. With Invention, fortresses gain watchtowers \
-from which units can see further afield.\
+from which land units can see further afield.\
 ")
 
 [base_airbase]


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

Reply via email to