From 7655bd426465a462da361059073a42439b1685d9 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Fri, 2 Jun 2017 11:59:17 -0500 Subject: [PATCH] Fixed background color in iTutorial --- src/InteractiveTutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InteractiveTutorial.js b/src/InteractiveTutorial.js index 2d1f8e9f9..1906159d5 100644 --- a/src/InteractiveTutorial.js +++ b/src/InteractiveTutorial.js @@ -367,7 +367,7 @@ function iTutorialEvaluateStep() { case iTutorialSteps.TutorialPageInfo: iTutorialSetText("This page contains a lot of different documentation about the game's " + - "content and mechanics. I know it's a lot, but I highly suggest you read " + + "content and mechanics. I know it's a lot, but I highly suggest you read " + "(or at least skim) through this before you start playing . That's the end of the tutorial. " + "Hope you enjoy the game!"); var next = clearEventListeners("interactive-tutorial-next");