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