diff --git a/interface/resources/html/help.html b/interface/resources/html/help.html
deleted file mode 100644
index 1c70300297..0000000000
--- a/interface/resources/html/help.html
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
- Welcome to Interface
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
diff --git a/interface/resources/html/img/controls-help-gamepad.png b/interface/resources/html/img/controls-help-gamepad.png
deleted file mode 100644
index c9d2aa14ec..0000000000
Binary files a/interface/resources/html/img/controls-help-gamepad.png and /dev/null differ
diff --git a/interface/resources/html/img/controls-help-keyboard.png b/interface/resources/html/img/controls-help-keyboard.png
deleted file mode 100644
index 16564f5c22..0000000000
Binary files a/interface/resources/html/img/controls-help-keyboard.png and /dev/null differ
diff --git a/interface/resources/html/img/controls-help-oculus.png b/interface/resources/html/img/controls-help-oculus.png
deleted file mode 100644
index 8887bc9ab1..0000000000
Binary files a/interface/resources/html/img/controls-help-oculus.png and /dev/null differ
diff --git a/interface/resources/html/img/controls-help-vive.png b/interface/resources/html/img/controls-help-vive.png
deleted file mode 100644
index 98b339b7e6..0000000000
Binary files a/interface/resources/html/img/controls-help-vive.png and /dev/null differ
diff --git a/interface/resources/html/img/tablet-help-gamepad.jpg b/interface/resources/html/img/tablet-help-gamepad.jpg
index 87d79c2d67..2594cbd86c 100644
Binary files a/interface/resources/html/img/tablet-help-gamepad.jpg and b/interface/resources/html/img/tablet-help-gamepad.jpg differ
diff --git a/interface/resources/html/img/tablet-help-keyboard.jpg b/interface/resources/html/img/tablet-help-keyboard.jpg
index 51edf3c1d3..a62fbe9450 100644
Binary files a/interface/resources/html/img/tablet-help-keyboard.jpg and b/interface/resources/html/img/tablet-help-keyboard.jpg differ
diff --git a/interface/resources/html/img/tablet-help-oculus.jpg b/interface/resources/html/img/tablet-help-oculus.jpg
index 92f92ae813..bbff760e96 100644
Binary files a/interface/resources/html/img/tablet-help-oculus.jpg and b/interface/resources/html/img/tablet-help-oculus.jpg differ
diff --git a/interface/resources/html/img/tablet-help-vive.jpg b/interface/resources/html/img/tablet-help-vive.jpg
index abfbd8554a..849e3a5588 100644
Binary files a/interface/resources/html/img/tablet-help-vive.jpg and b/interface/resources/html/img/tablet-help-vive.jpg differ
diff --git a/scripts/system/edit.js b/scripts/system/edit.js
index 80fba6fc13..8a7e36465d 100644
--- a/scripts/system/edit.js
+++ b/scripts/system/edit.js
@@ -112,8 +112,8 @@ var DEFAULT_LIGHT_DIMENSIONS = Vec3.multiply(20, DEFAULT_DIMENSIONS);
var MENU_AUTO_FOCUS_ON_SELECT = "Auto Focus on Select";
var MENU_EASE_ON_FOCUS = "Ease Orientation on Focus";
-var MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE = "Show Lights and Particle Systems in Edit Mode";
-var MENU_SHOW_ZONES_IN_EDIT_MODE = "Show Zones in Edit Mode";
+var MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE = "Show Lights and Particle Systems in Create Mode";
+var MENU_SHOW_ZONES_IN_EDIT_MODE = "Show Zones in Create Mode";
var SETTING_AUTO_FOCUS_ON_SELECT = "autoFocusOnSelect";
var SETTING_EASE_ON_FOCUS = "cameraEaseOnFocus";