From 1f1d74fb3b3a0239afdabf9bf9a69869d8df251b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUSLAN=20L=C3=93PEZ=20CARRO?= Date: Thu, 8 Oct 2015 11:36:19 -0500 Subject: [PATCH 1/3] Update level_loading.jade How about adding these two quotes? :D --- app/templates/play/level/level_loading.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade index 96930956c..54c999c7b 100644 --- a/app/templates/play/level/level_loading.jade +++ b/app/templates/play/level/level_loading.jade @@ -82,3 +82,5 @@ 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(data-i18n='play_level.good_programmers') Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. - Linus Torvalds + strong.tip(data-i18n='play_level.solve_then_write') First, solve the problem. Then, write the code. — John Johnson From 5ff287a5114ca2408f51e3c5db9c24239d076cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUSLAN=20L=C3=93PEZ=20CARRO?= Date: Fri, 9 Oct 2015 09:35:30 -0500 Subject: [PATCH 2/3] Update level_loading.jade --- app/templates/play/level/level_loading.jade | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade index 54c999c7b..20efa9a91 100644 --- a/app/templates/play/level/level_loading.jade +++ b/app/templates/play/level/level_loading.jade @@ -82,5 +82,4 @@ 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(data-i18n='play_level.good_programmers') Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. - Linus Torvalds strong.tip(data-i18n='play_level.solve_then_write') First, solve the problem. Then, write the code. — John Johnson From dcab1eecc0c4b45dd332cf941cbfed69b72739ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUSLAN=20L=C3=93PEZ=20CARRO?= Date: Fri, 9 Oct 2015 09:39:15 -0500 Subject: [PATCH 3/3] Update en.coffee --- app/locale/en.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/locale/en.coffee b/app/locale/en.coffee index da56f80d3..610f2c283 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -342,6 +342,7 @@ tip_free_your_mind: "You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus" 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." + solve_then_write: "First, solve the problem. Then, write the code. - John Johnson" game_menu: inventory_tab: "Inventory"