diff --git a/in_game_state.js b/in_game_state.js
index a3e5604..e377b4e 100644
--- a/in_game_state.js
+++ b/in_game_state.js
@@ -207,6 +207,7 @@ var in_game_state = function (p, previous_state, game_type) {
all_buttons.push(close_button);
tut_window = tut_popup(text);
+ sounds.play_sound("TextPopUp");
};
var tut_obj = {
diff --git a/index1.html b/index1.html
index 5555d94..d8ca320 100644
--- a/index1.html
+++ b/index1.html
@@ -189,7 +189,7 @@
Google Chrome has no problems, and is highly recommended for the best overall performance
If you are using Firefox 3 and the game is not loading or running slowly, try updating to Firefox 4
If you are using Safari and seeing performance issues, try turning off the sound effects
- If you are using Internet Explorer, please switch to any of the above browsers immediately!
+ If you are using Internet Explorer, please ensure that you have updated to the latest version (Internet Explorer 9), or the game will not run.