From 835074e5e602b7b7ba2839b42f0d996fe7250619 Mon Sep 17 00:00:00 2001 From: gnerkus <ifeanyioraelosi@gmail.com> Date: Fri, 31 Jul 2015 21:58:10 +0100 Subject: [PATCH] chore (coding tips): Add more quotes for #710 --- app/locale/en.coffee | 1 + app/templates/play/level/level_loading.jade | 1 + 2 files changed, 2 insertions(+) diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 3c988cb5f..c96950030 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -337,6 +337,7 @@ tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch" 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." game_menu: inventory_tab: "Inventory" diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade index 781e0692e..236f07d69 100644 --- a/app/templates/play/level/level_loading.jade +++ b/app/templates/play/level/level_loading.jade @@ -77,3 +77,4 @@ strong.tip.rare(data-i18n='play_level.tip_recurse') To iterate is human, to recurse divine. - L. Peter Deutsch 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.