summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorNathan Dinsmore <queryselector@gmail.com>2013-04-13 02:50:00 -0400
committerNathan Dinsmore <queryselector@gmail.com>2013-04-13 02:50:00 -0400
commit5bc613f4d915893593b597aa8d33751a642d511c (patch)
tree7d5f80bcad28d7b9feae53df2ca563b2f67ded9c /gui.js
parent15718f44a30a022a5f45001f3fd2d506da504ff1 (diff)
downloadsnap-yow-5bc613f4d915893593b597aa8d33751a642d511c.tar.gz
snap-yow-5bc613f4d915893593b597aa8d33751a642d511c.zip
Fixed #29
Corrected the capitalization of the "add a new sprite" tooltip
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index d4320f2..88acec3 100644
--- a/gui.js
+++ b/gui.js
@@ -1130,7 +1130,7 @@ IDE_Morph.prototype.createCorralBar = function () {
button.labelColor = new Color(255, 255, 255);
button.contrast = this.buttonContrast;
button.drawNew();
- button.hint = 'add a new Sprite';
+ button.hint = 'add a new sprite';
button.fixLayout();
button.setCenter(this.corralBar.center());
button.setLeft(this.corralBar.left() + padding);