Skip to content

Commit

Permalink
replace in with at
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomflavio authored and jwrober committed Sep 8, 2024
1 parent 46ce4ab commit b963970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/unithand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b963970

Please sign in to comment.