From 5bc613f4d915893593b597aa8d33751a642d511c Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Sat, 13 Apr 2013 02:50:00 -0400 Subject: Fixed #29 Corrected the capitalization of the "add a new sprite" tooltip --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.js') 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); -- cgit v1.3.1