From f0c1730a768e7e2a21661c6e18ffa75850214f7c Mon Sep 17 00:00:00 2001
From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com>
Date: Thu, 30 Oct 2014 17:01:27 +0000
Subject: [PATCH 1/2] Updated obsolete tip

---
 app/templates/play/level/level_loading.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade
index 476a0a2a4..48fe4f7bb 100644
--- a/app/templates/play/level/level_loading.jade
+++ b/app/templates/play/level/level_loading.jade
@@ -11,7 +11,7 @@
   #tip-wrapper
     strong.tip(data-i18n='play_level.tip_toggle_play') Toggle play/paused with Ctrl+P.
     strong.tip(data-i18n='play_level.tip_scrub_shortcut') Ctrl+[ and Ctrl+] rewind and fast-forward.
-    strong.tip(data-i18n='play_level.tip_guide_exists') Click the guide at the top of the page for useful info.
+    strong.tip(data-i18n='play_level.tip_guide_exists') Click the guide, inside game menu (at the top of the page), for useful info.
     strong.tip(data-i18n='play_level.tip_open_source') CodeCombat is 100% open source!
     strong.tip(data-i18n='play_level.tip_beta_launch') CodeCombat launched its beta in October, 2013.
     strong.tip(data-i18n='play_level.tip_think_solution') Think of the solution, not the problem.

From 3c71d9901f2dc66f53975d51be98146f18ec1e82 Mon Sep 17 00:00:00 2001
From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com>
Date: Thu, 30 Oct 2014 17:01:31 +0000
Subject: [PATCH 2/2] Updated obsolete tip

---
 app/locale/en.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index c558a0deb..f5cce8e62 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -241,7 +241,7 @@
     infinite_loop_comment_out: "Comment Out My Code"
     tip_toggle_play: "Toggle play/paused with Ctrl+P."
     tip_scrub_shortcut: "Ctrl+[ and Ctrl+] rewind and fast-forward."
-    tip_guide_exists: "Click the guide at the top of the page for useful info."
+    tip_guide_exists: "Click the guide, inside game menu (at the top of the page), for useful info."
     tip_open_source: "CodeCombat is 100% open source!"
     tip_beta_launch: "CodeCombat launched its beta in October, 2013."
     tip_think_solution: "Think of the solution, not the problem."