From ef8ed4b6edbef75c266628dbc137c50cb1f2ce9f Mon Sep 17 00:00:00 2001
From: blorente <blorente@ucm.es>
Date: Thu, 25 Feb 2016 23:41:27 +0100
Subject: [PATCH] Added some lines for #710

---
 app/locale/en.coffee                        | 5 ++++-
 app/templates/play/level/level_loading.jade | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index 01213ec2f..c6ca854c3 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -348,7 +348,10 @@
     tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
     tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
     tip_solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
-
+    tip_compiler_ignores_comments: "Sometimes I think that the compiler ignores my comments."
+    tip_understand_recursion: "The only way to understand recursion is to understand recursion."
+    tip_life_and_polymorphism: "Open Source is like a totally polymorphic heterogeneous structure: All types are welcome."
+    
   game_menu:
     inventory_tab: "Inventory"
     save_load_tab: "Save/Load"
diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade
index 5ca3c5009..0415e7e21 100644
--- a/app/templates/play/level/level_loading.jade
+++ b/app/templates/play/level/level_loading.jade
@@ -88,3 +88,6 @@
     strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
     strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
     strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.
+    strong.tip.rare(data-i18n='play_level.tip_compiler_ignores_comments') Sometimes I think that the compiler ignores my comments.
+    strong.tip.rare(data-i18n='play_level.tip_understand_recursion') The only way to understand recursion is to understand recursion.
+    strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.
\ No newline at end of file