[Freeciv-Dev] (PR#10461) edit the server settings help strings
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10461 >
Hi
SSET_MAP_GEN, SSET_GEOLOGY, SSET_SITUATIONAL,
SSET_TO_CLIENT,
N_("Whether the poles are separate continents"),
N_("0 = continents may attach to poles; 1 = poles will "
- "be separate"), NULL,
+ "usually be separate"), NULL,
MAP_DEFAULT_SEPARATE_POLES)
GEN_BOOL("alltemperate", map.alltemperate,
if my latests patch are committed the poles will be separated all the
time, this is garanted !
GEN_INT("wetness", map.wetness,
SSET_MAP_GEN, SSET_GEOLOGY, SSET_SITUATIONAL,
SSET_TO_CLIENT,
- N_("Amount of water on lands"), "", NULL,
+ N_("Amount of water on lands"),
+ N_("Small values mean lots of dry, desert-like land; "
some rivers (in english)
+ "higher values give a wetter map with more swamps and "
+ "jungles."), NULL,
AND more rivers
MAP_MIN_WETNESS, MAP_MAX_WETNESS, MAP_DEFAULT_WETNESS)
Marcelo
|
|