Updated free play level description.

This commit is contained in:
Steve 2018-03-21 18:07:28 +00:00
parent 4d07b005f0
commit 8339109f58
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void initHub(void)
{
if (game.isComplete)
{
STRNCPY(mission->description, _("As the game is now complete, free play for this mission has been unlocked."), MAX_DESCRIPTION_LENGTH);
STRNCPY(mission->description, _("As the game is now complete, free play for this mission has been unlocked. You may replay it as often as you wish."), MAX_DESCRIPTION_LENGTH);
}
else if (mission->status == MS_MISSING_HEART_CELL)
{