summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
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);