From b9639705792e4210c00819e084f4028f6a0d1826 Mon Sep 17 00:00:00 2001 From: hugomflavio Date: Sun, 8 Sep 2024 16:49:46 -0400 Subject: [PATCH] replace in with at --- server/unithand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/unithand.cpp b/server/unithand.cpp index 52782f8b20..300282c829 100644 --- a/server/unithand.cpp +++ b/server/unithand.cpp @@ -3765,9 +3765,9 @@ static bool unit_bombard(struct unit *punit, struct tile *ptile, for (auto player_to_notify : players_to_notify) { notify_player( player_to_notify, ptile, E_UNIT_BOMB_DEF, ftc_server, - /* TRANS: Your units in [tile] have been bombarded by the French + /* TRANS: Your units at [tile] have been bombarded by the French Bomber.*/ - _("Your units in %s were bombarded by a %s %s %s [id:%d]."), + _("Your units at %s were bombarded by a %s %s %s [id:%d]."), tile_link(ptile), nation_adjective_for_player(pplayer), unit_veteran_level_string(punit), unit_name_translation(punit), punit->id);