diff options
| author | Jens Mönig <jens@moenig.org> | 2013-04-18 02:15:37 -0700 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2013-04-18 02:15:37 -0700 |
| commit | 59e7de2b8d0d5291640cc2abbdee98da437a44eb (patch) | |
| tree | 24603a4f0ad6826b71f545a1c6b0cb09e9a64f6a /gui.js | |
| parent | 42c264ec16b24ecc9e5a9290839365fed75dcf65 (diff) | |
| parent | 5bc613f4d915893593b597aa8d33751a642d511c (diff) | |
| download | snap-59e7de2b8d0d5291640cc2abbdee98da437a44eb.tar.gz snap-59e7de2b8d0d5291640cc2abbdee98da437a44eb.zip | |
Merge pull request #37 from queryselector/issue-29
Fixed #29
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
