Update intermission.c

Comma after dependent clause
This commit is contained in:
Jorge Maldonado Ventura 2021-08-13 10:54:17 +02:00 committed by GitHub
parent c77abd6431
commit 4c5b72ba32
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)