Merge pull request #2454 from thejdeep/master

Added a quote
This commit is contained in:
Nick Winter 2015-03-02 08:11:46 -08:00
commit 86932cafd6
2 changed files with 2 additions and 0 deletions

View file

@ -336,6 +336,7 @@
tip_adding_evil: "Adding a pinch of evil."
tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
tip_open_source_contribute: "You can help CodeCombat improve!"
tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventory"

View file

@ -73,3 +73,4 @@
strong.tip.rare(data-i18n='play_level.tip_hate_computers') That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven
strong.tip.rare
a(href="https://github.com/codecombat/codecombat/wiki", data-i18n='play_level.tip_open_source_contribute') You can help CodeCombat improve!
strong.tip.rare(data-i18n='play_level.tip_recurse') To iterate is human, to recurse divine. - L. Peter Deutsch