summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/HelpCursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/javascripts/ui/editor/HelpCursor.js')
-rw-r--r--public/assets/javascripts/ui/editor/HelpCursor.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/javascripts/ui/editor/HelpCursor.js b/public/assets/javascripts/ui/editor/HelpCursor.js
index b2f411d..4a6e616 100644
--- a/public/assets/javascripts/ui/editor/HelpCursor.js
+++ b/public/assets/javascripts/ui/editor/HelpCursor.js
@@ -7,8 +7,8 @@ var HelpCursor = View.extend({
media: "This is where you pick media to go on the walls. You can upload media, paste links, or use some of the found media.",
presets: "These presets will affect on all the walls. Click some of them to see the walls change.",
wallpaper: "Drag the wallpaper onto the walls, floor, and ceiling.",
- colors: "",
- settings: "This is where you publish your project.",
+ colors: "Use these colors to change the color of the walls, floor, and ceiling.",
+ settings: "This is where you publish your project. Give it a name, hit save, and you'll have a URL you can share with your friends.",
},
shown: {},
@@ -21,7 +21,7 @@ var HelpCursor = View.extend({
},
show: function(name){
- if (name) this.showMessage(name)
+ this.showMessage(name)
this.$el.show()
},