<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39724 >

This transaction appears to have no content
Excuse me; there were two more typos in server/settings.c. Please ignore my
former report. This is the good one.

---------- Forwarded message ----------
From: Joan Creus <[EMAIL PROTECTED]>
Date: 25/09/2007 22:17
Subject: Typo in server/settings.c
To: [EMAIL PROTECTED]

I have found a small typo in server/settings.c. It says investiged instead
of investigated.

Patch attached.

Joan
Excuse me; there were two more typos in server/settings.c. Please ignore my former report. This is the good one.

---------- Forwarded message ----------
From: Joan Creus <[EMAIL PROTECTED]>
Date: 25/09/2007 22:17
Subject: Typo in server/settings.c
To: [EMAIL PROTECTED]

I have found a small typo in server/settings.c. It says investiged instead of investigated.

Patch attached.

Joan

Index: settings.c
===================================================================
--- settings.c	(revision 13643)
+++ settings.c	(working copy)
@@ -403,7 +403,7 @@
 	  N_("Amount of huts (minor tribe villages)"),
 	  N_("This setting gives the exact number of huts that will be "
 	     "placed on the entire map. Huts are small tribal villages "
-	     "that may be investiged by units."), NULL,
+	     "that may be investigated by units."), NULL,
 	  MAP_MIN_HUTS, MAP_MAX_HUTS, MAP_DEFAULT_HUTS)
 
   /* Options affecting numbers of players and AI players.  These only
@@ -508,7 +508,7 @@
 	  SSET_RULES, SSET_SCIENCE, SSET_RARE, SSET_TO_CLIENT,
 	  N_("Penalty when getting tech or gold from treaty"),
 	  N_("For each technology you gain from a diplomatic treaty, you "
-	     "lost research points equal to this percentage of the cost to "
+	     "lose research points equal to this percentage of the cost to "
 	     "research a new technology. You can end up with negative "
 	     "research points if this is non-zero. Also applies to gold "
              "transfers in diplomatic treaties."), NULL,
@@ -547,7 +547,7 @@
 
   GEN_INT("aqueductloss", game.info.aqueductloss,
 	  SSET_RULES, SSET_ECONOMICS, SSET_RARE, SSET_TO_CLIENT,
-	  N_("Percentage food lost when need aqueduct"),
+	  N_("Percentage food lost when aqueduct needed"),
 	  N_("If a city would expand, but it can't because it needs "
 	     "an Aqueduct (or Sewer System), it loses this percentage "
 	     "of its foodbox (or half that amount if it has a "
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to