Author: cazfi
Date: Mon Aug  3 18:51:56 2015
New Revision: 29311

URL: http://svn.gna.org/viewcvs/freeciv?rev=29311&view=rev
Log:
Renamed governor presets from the form "Max xxx" to "Prefer xxx"

See patch #5952

Modified:
    trunk/client/agents/cma_fec.c

Modified: trunk/client/agents/cma_fec.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/agents/cma_fec.c?rev=29311&r1=29310&r2=29311&view=diff
==============================================================================
--- trunk/client/agents/cma_fec.c       (original)
+++ trunk/client/agents/cma_fec.c       Mon Aug  3 18:51:56 2015
@@ -390,7 +390,7 @@
      .factor = {10, 5, 0, 4, 0, 4},
      .happy_factor = 25
    },
-   { /* max food */
+   { /* prefer food */
      .minimal_surplus = {-20, 0, 0, -20, 0, 0},
      .require_happy = FALSE,
      .allow_disorder = FALSE,
@@ -398,7 +398,7 @@
      .factor = {25, 5, 0, 4, 0, 4},
      .happy_factor = 0
    },
-   { /* max prod */
+   { /* prefer prod */
      .minimal_surplus = {0, -20, 0, -20, 0, 0},
      .require_happy = FALSE,
      .allow_disorder = FALSE,
@@ -406,7 +406,7 @@
      .factor = {10, 25, 0, 4, 0, 4},
      .happy_factor = 0
    },
-   { /* max gold */
+   { /* prefer gold */
      .minimal_surplus = {0, 0, 0, -20, 0, 0},
      .require_happy = FALSE,
      .allow_disorder = FALSE,
@@ -414,7 +414,7 @@
      .factor = {10, 5, 0, 25, 0, 4},
      .happy_factor = 0
    },
-   { /* max science */
+   { /* prefer science */
      .minimal_surplus = {0, 0, 0, -20, 0, 0},
      .require_happy = FALSE,
      .allow_disorder = FALSE,
@@ -425,10 +425,10 @@
  };
  const char* names[ARRAY_SIZE(parameters)] = {
    N_("?cma:Very happy"),
-   N_("?cma:Max food"),
-   N_("?cma:Max production"),
-   N_("?cma:Max gold"),
-   N_("?cma:Max science")
+   N_("?cma:Prefer food"),
+   N_("?cma:Prefer production"),
+   N_("?cma:Prefer gold"),
+   N_("?cma:Prefer science")
  };
 
  for (i = ARRAY_SIZE(parameters) - 1; i >= 0; i--) {


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

Reply via email to