From 559e6f047a405bad4abdbaaed553bb1c1801a5f2 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 8 Jun 2020 13:39:22 +0200 Subject: [PATCH] changed help text for "export blocks" --- snap.html | 2 +- src/gui.js | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/snap.html b/snap.html index 34fa6445..cdc6d6b2 100755 --- a/snap.html +++ b/snap.html @@ -10,7 +10,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 7c12554f..756fef06 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-June-06'; +modules.gui = '2020-June-08'; // Declarations @@ -3525,8 +3525,7 @@ IDE_Morph.prototype.projectMenu = function () { menu.addItem( 'Export blocks...', () => this.exportGlobalBlocks(), - 'show global custom block definitions as XML' + - '\nin a new browser window' + 'save global custom block\ndefinitions as XML' ); menu.addItem( 'Unused blocks...',