From 8339109f585a28e8e5692c711067979b02c54797 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 21 Mar 2018 18:07:28 +0000 Subject: [PATCH] Updated free play level description. --- src/hub/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hub/hub.c b/src/hub/hub.c index 44cc652..6aaecd1 100644 --- a/src/hub/hub.c +++ b/src/hub/hub.c @@ -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) {