diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 5a37cb457..e88f1503a 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -293,7 +293,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" @@ -506,8 +505,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" @@ -528,7 +525,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" @@ -874,7 +870,6 @@ versions: "Versions" items: "Items" heroes: "Heroes" - wizard: "Wizard" achievement: "Achievement" clas: "CLAs" play_counts: "Play Counts" 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