diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-15 22:35:48 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-15 22:35:48 -0400 |
| commit | 9ae4f45f24e3e79aeb32e0a128ee798381b80569 (patch) | |
| tree | d82f9f35caaf497f83414348c20934cfcad99fd3 /public/assets/javascripts/ui/editor/HelpCursor.js | |
| parent | 6ad93b573ed6e9b4b339fa0d746bf21b8f827fdb (diff) | |
more help text
Diffstat (limited to 'public/assets/javascripts/ui/editor/HelpCursor.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/HelpCursor.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/assets/javascripts/ui/editor/HelpCursor.js b/public/assets/javascripts/ui/editor/HelpCursor.js index 8bfaef8..9b6807e 100644 --- a/public/assets/javascripts/ui/editor/HelpCursor.js +++ b/public/assets/javascripts/ui/editor/HelpCursor.js @@ -5,9 +5,11 @@ var HelpCursor = View.extend({ active: false, messages: { - start: "Welcome to Vvalls! Click one of the tools at right to learn how it works.", - 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.", + start: "Welcome to Vvalls! Click one of the tools at right to learn about it.", + media: "This is where you pick media to go on the walls. You can upload media and paste links.", + addmedia: "Great, now click a wall to place this image.", + resize: "Drag the image to position it, or use the dots to resize.", + presets: "These are some basic presets to get you started. Click em! :-)", wallpaper: "Drag the wallpaper onto the walls, floor, and ceiling.", 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.", |
