Added a quote

This commit is contained in:
Thejdeep 2015-03-02 20:54:30 +05:30
parent bb80db9cd5
commit e6c60a8027
2 changed files with 2 additions and 0 deletions
app
locale
templates/play/level

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