summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-08-10 08:11:51 +0200
committerjmoenig <jens@moenig.org>2013-08-10 08:11:51 +0200
commit0bd0303a872285b0bab61ef51e0693bb3771c585 (patch)
tree3352cd3737a5bd0821cfdd1858f00795b1475bfa /gui.js
parent147674631c21a0762d2b21e56495b36409cfef33 (diff)
downloadsnap-byow-0bd0303a872285b0bab61ef51e0693bb3771c585.tar.gz
snap-byow-0bd0303a872285b0bab61ef51e0693bb3771c585.zip
Nestable Sprites fixes
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.js b/gui.js
index db9419b..10930e6 100644
--- a/gui.js
+++ b/gui.js
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-August-09';
+modules.gui = '2013-August-10';
// Declarations
@@ -2160,8 +2160,8 @@ IDE_Morph.prototype.settingsMenu = function () {
!SpriteMorph.prototype.enableNesting;
},
SpriteMorph.prototype.enableNesting,
- 'UNDER CONSTRUCTION!\nuncheck to disable\nsprite composition',
- 'UNDER CONSTRUCTION!\ncheck to enable\nsprite composition',
+ 'uncheck to disable\nsprite composition',
+ 'check to enable\nsprite composition',
true
);
menu.addLine(); // everything below this line is stored in the project