From badedde59e978b112df1938402b159e138a80712 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 28 Feb 2021 23:23:53 +0200 Subject: [PATCH 14/14] civ2civ3: Show translation for welcome message See osdn #41663 Signed-off-by: Marko Lindqvist --- data/civ2civ3/script.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/civ2civ3/script.lua b/data/civ2civ3/script.lua index 142727e016..f9d0891ba8 100644 --- a/data/civ2civ3/script.lua +++ b/data/civ2civ3/script.lua @@ -343,10 +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,\ -start a new game with 'classic' ruleset.)\ -")) +_("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.)")) end end -- 2.30.1