summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2015-02-23 14:56:10 +0100
committerjmoenig <jens@moenig.org>2015-02-23 14:56:10 +0100
commite6dcf07b3de5cac657fc453d1da7814091a53500 (patch)
tree09eb1cf93170b4023abfbe77a9f50eb5b29456ce /gui.js
parente5e216ccf2fbefd66885436220109c2a703413c6 (diff)
downloadsnap-e6dcf07b3de5cac657fc453d1da7814091a53500.tar.gz
snap-e6dcf07b3de5cac657fc453d1da7814091a53500.zip
Update German translation
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 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();