From e6dcf07b3de5cac657fc453d1da7814091a53500 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 23 Feb 2015 14:56:10 +0100 Subject: Update German translation --- gui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index c3104c5..9fddf4d 100644 --- a/gui.js +++ b/gui.js @@ -69,7 +69,7 @@ SpeechBubbleMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2015-February-20'; +modules.gui = '2015-February-23'; // Declarations @@ -2376,8 +2376,8 @@ IDE_Morph.prototype.projectMenu = function () { menu.addItem( 'Save to disk', 'saveProjectToDisk', - 'store this project\nin your downloads folder\n' - + '(not supported by all browsers)' + 'store this project\nin the downloads folder\n' + + '(in supporting browsers)' ); menu.addItem('Save As...', 'saveProjectsBrowser'); menu.addLine(); -- cgit v1.3.1