From 1fe0ac50410f6bedafba856000ab64baa4aebe79 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 20 May 2021 05:18:30 +0300 Subject: [PATCH 41/41] civ2civ3: Refer to Help -> About Current Ruleset in welcome message See osdn #42329 Signed-off-by: Marko Lindqvist --- data/civ2civ3/script.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/civ2civ3/script.lua b/data/civ2civ3/script.lua index f9d0891ba8..7ad1b39255 100644 --- a/data/civ2civ3/script.lua +++ b/data/civ2civ3/script.lua @@ -343,7 +343,7 @@ signal.connect("map_generated", "place_map_labels") function turn_callback(turn, year) if turn == 1 then notify.event(nil, nil, E.SCRIPT, -_("Welcome to civ2civ3, the new default ruleset in freeciv-3.0.\n(If you'd like rules more similar to ones in previous versions,\nstart a new game with 'classic' ruleset.)")) +_("Welcome to civ2civ3, the new default ruleset in freeciv-3.0.\nFor more information, see Help -> About Current Ruleset.\n(If you'd like rules more similar to ones in previous versions,\nstart a new game with 'classic' ruleset.)")) end end -- 2.30.2