From 58d5d06bd76c42a6d4d3703e3de0781f6cebfcf4 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Fri, 29 Dec 2023 17:17:09 +0100 Subject: [PATCH] Fall in -> Fall into See #2085. --- server/techtools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/techtools.cpp b/server/techtools.cpp index d0bfa148e5..761f8c41cb 100644 --- a/server/techtools.cpp +++ b/server/techtools.cpp @@ -838,7 +838,7 @@ static void research_tech_lost(struct research *presearch, Tech_type_id tech) notify_player( pplayer, nullptr, E_NEW_GOVERNMENT, ftc_server, _("The required technology for our government '%s' " - "was lost. The country has fallen in %s."), + "was lost. The country has fallen into %s."), government_name_translation(government_of_player(pplayer)), government_name_translation(pgov)); handle_player_change_government(pplayer, government_number(pgov)); @@ -851,7 +851,7 @@ static void research_tech_lost(struct research *presearch, Tech_type_id tech) notify_player(pplayer, nullptr, E_NEW_GOVERNMENT, ftc_server, _("The required technology for our new government " - "'%s' was lost. The country has fallen in %s."), + "'%s' was lost. The country has fallen into %s."), government_name_translation(pplayer->target_government), government_name_translation(pgov)); pplayer->target_government = pgov;