summaryrefslogtreecommitdiff
path: root/views/controls/editor
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-06 16:01:13 -0400
committerJules Laplace <jules@okfoc.us>2014-10-06 16:01:13 -0400
commitc19fbc87676404636a2f5df304ddd7875fc98e66 (patch)
tree7e46b018e7abb7a982bcedb40024c0ca70e6c755 /views/controls/editor
parent0250ce5260ce75f7c4337693b4e8e7f434e29458 (diff)
new scenery type: text
Diffstat (limited to 'views/controls/editor')
-rw-r--r--views/controls/editor/text-editor.ejs4
-rw-r--r--views/controls/editor/toolbar.ejs2
2 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/editor/text-editor.ejs b/views/controls/editor/text-editor.ejs
index 205fbdf..a14c469 100644
--- a/views/controls/editor/text-editor.ejs
+++ b/views/controls/editor/text-editor.ejs
@@ -1,6 +1,10 @@
<div class="vvbox settings" id="textEditor">
<h4>Edit Text</h4>
+ <div class="no-text">
+ Click a wall to add text.
+ </div>
+
<div class="setting">
<select name="font-family">
<option>Helvetica</option>
diff --git a/views/controls/editor/toolbar.ejs b/views/controls/editor/toolbar.ejs
index 586194b..f9d91af 100644
--- a/views/controls/editor/toolbar.ejs
+++ b/views/controls/editor/toolbar.ejs
@@ -30,7 +30,7 @@
[[ if (user.username == "test12343") { ]]
<span
data-role='toggle-text-editor'
- data-info="edit wall text"
+ data-info="add text to wall"
class="icon-ios7-compose-outline"></span>
[[ } ]]