Skip to content

Commit

Permalink
Fall in -> Fall into
Browse files Browse the repository at this point in the history
See #2085.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 29, 2023
1 parent 902906a commit 58d5d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/techtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -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;
Expand Down

0 comments on commit 58d5d06

Please sign in to comment.