From 9813e7584f06c51029b6d9780efba1e8e4bb7a2e Mon Sep 17 00:00:00 2001
From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com>
Date: Sat, 6 Dec 2014 20:41:01 +0000
Subject: [PATCH 1/2] Removed more wizard i18n stuff

I am not sure about line 278.
---
 app/locale/en.coffee | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index 93b375fb6..0a69d920e 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -291,7 +291,6 @@
     tip_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
     tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
     tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
-    customize_wizard: "Customize Wizard"
 
   game_menu:
     inventory_tab: "Inventory"
@@ -504,8 +503,6 @@
     job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job."
     sample_profile: "See a sample profile"
     view_profile: "View Your Profile"
-    wizard_tab: "Wizard"
-    wizard_color: "Wizard Clothes Color"
 
   keyboard_shortcuts:
     keyboard_shortcuts: "Keyboard Shortcuts"
@@ -526,7 +523,6 @@
     toggle_pathfinding: "Toggle pathfinding overlay."
     beautify: "Beautify your code by standardizing its formatting."
     maximize_editor: "Maximize/minimize code editor."
-    move_wizard: "Move your Wizard around the level."
 
   community:
     main_title: "CodeCombat Community"
@@ -872,7 +868,6 @@
     versions: "Versions"
     items: "Items"
     heroes: "Heroes"
-    wizard: "Wizard"
     achievement: "Achievement"
     clas: "CLAs"
     play_counts: "Play Counts"

From 43c0b399ed62dd592b687b550248c66b0ed9a937 Mon Sep 17 00:00:00 2001
From: Imperadeiro98 <Imperadeiro98@users.noreply.github.com>
Date: Sat, 6 Dec 2014 20:52:30 +0000
Subject: [PATCH 2/2] Update keyboard_shortcuts.jade

---
 app/templates/play/level/modal/keyboard_shortcuts.jade | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/app/templates/play/level/modal/keyboard_shortcuts.jade b/app/templates/play/level/modal/keyboard_shortcuts.jade
index 605d5e2ac..6a223b5f5 100644
--- a/app/templates/play/level/modal/keyboard_shortcuts.jade
+++ b/app/templates/play/level/modal/keyboard_shortcuts.jade
@@ -74,16 +74,6 @@ block modal-body-content
     dt(title=ctrlName + " " + shift + " M")
       kbd #{ctrl} ⇧ M
     dd(data-i18n="keyboard_shortcuts.maximize_editor") Maximize/minimize code editor.
-  dl.dl-horizontal
-    dt(title="Arrow keys")
-      kbd ←
-      | , 
-      kbd →
-      | , 
-      kbd ↑
-      | , 
-      kbd ↓
-    dd(data-i18n="keyboard_shortcuts.move_wizard") Move your Wizard around the level.
 
 block modal-footer-content
   a(href='#', data-dismiss="modal", aria-hidden="true", data-i18n="modal.close").btn.btn-primary Close