Author: jtn
Date: Mon May 30 12:53:29 2016
New Revision: 32780

URL: http://svn.gna.org/viewcvs/freeciv?rev=32780&view=rev
Log:
Fix the descriptions of techlost_recv and techlost_donor.

They failed to mention that these settings apply to technology theft as
well as trading.

Reported by fomalhaut on the forums.

See gna bug #24609.

Modified:
    branches/S2_5/server/settings.c

Modified: branches/S2_5/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/settings.c?rev=32780&r1=32779&r2=32780&view=diff
==============================================================================
--- branches/S2_5/server/settings.c     (original)
+++ branches/S2_5/server/settings.c     Mon May 30 12:53:29 2016
@@ -1579,19 +1579,18 @@
 
   GEN_INT("techlost_recv", game.server.techlost_recv,
           SSET_RULES, SSET_SCIENCE, SSET_RARE, SSET_TO_CLIENT,
-          N_("Chance to lose an invention while receiving it"),
-          N_("If you receive an invention via a treaty, this setting "
-             "defines the chance that the invention is lost during the "
-             "transfer."),
+          N_("Chance to lose a technology while receiving it"),
+          N_("The chance that learning a technology by treaty or theft "
+             "will fail."),
           NULL, NULL, GAME_MIN_TECHLOST_RECV, GAME_MAX_TECHLOST_RECV,
           GAME_DEFAULT_TECHLOST_RECV)
 
   GEN_INT("techlost_donor", game.server.techlost_donor,
           SSET_RULES, SSET_SCIENCE, SSET_RARE, SSET_TO_CLIENT,
-          N_("Chance to lose an invention while giving it"),
-          N_("If you give an invention via a treaty, this setting "
-             "defines the chance that the invention is lost for your "
-             "civilization during the transfer."),
+          N_("Chance to lose a technology while giving it"),
+          N_("The chance that your civilization will lose a technology if "
+             "you teach it to someone else by treaty, or if it is stolen "
+             "from you."),
           NULL, NULL, GAME_MIN_TECHLOST_DONOR, GAME_MAX_TECHLOST_DONOR,
           GAME_DEFAULT_TECHLOST_DONOR)
 


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

Reply via email to