Merge pull request #30 from jorgesumle/esperanto

Update intermission.c
This commit is contained in:
The Diligent Circle 丸 2021-08-15 03:25:04 -04:00 committed by GitHub
commit 5e65e8c7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ static void intermission_createMissionDetailSurface(SDL_Surface *comms, int miss
case MISN_FELLON:
/// Mission dialog: Mordor, Fellon (Sid Wilson)
strcpy(string, _("A rebel group has organized a counter strike. If we can help them secure a victory it will be a real boost to morale."));
strcpy(string, _("A rebel group has organized a counter strike. If we can help them secure a victory, it will be a real boost to morale."));
y = intermission_renderDialog(comms, y, FS_SID, string);
/// Mission dialog: Mordor, Fellon (Chris Bainfield)