Skip to content

Commit

Permalink
Fix fort name in build menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Jan 30, 2024
1 parent a6f0994 commit aec354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translation/english.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ static translation_string all_strings[] = {
{TR_WINDOW_ADVISOR_RELIGION_ALTARS_HEADER, "Altars"},
{TR_REPLAY_MAP_NOT_FOUND_TITLE, "Unable to replay map"},
{TR_REPLAY_MAP_NOT_FOUND_MESSAGE, "The original map file for this saved game was not found.\nYou need the following file with either a .map or .mapx extension:"},
{TR_BUILDING_FORT_AUXILIA_INFANTRY, "Infantry"},
{TR_BUILDING_FORT_AUXILIA_INFANTRY, "Auxiliaries - Infantry"},
};

void translation_english(const translation_string **strings, int *num_strings)
Expand Down

0 comments on commit aec354f

Please sign in to comment.