diff options
| author | jmoenig <jens@moenig.org> | 2013-03-22 11:06:33 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-03-22 11:06:33 +0100 |
| commit | 408ed6285d1431c3e1667470e8839818e7509415 (patch) | |
| tree | c27a766f55b88c0c055addb31317c120348b833d /gui.js | |
| parent | ef170e9a2850af90e97118c39812015204bbcdb3 (diff) | |
| download | snap-408ed6285d1431c3e1667470e8839818e7509415.tar.gz snap-408ed6285d1431c3e1667470e8839818e7509415.zip | |
German translation update
for the new "Zoom blocks" feature
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2847,13 +2847,13 @@ IDE_Morph.prototype.userSetBlocksScale = function () { this.world(), sample, // pic { - 'normal (1)' : 1, - 'demo (1.2)' : 1.2, - 'presentation (1.4)' : 1.4, - 'big (2)' : 2, - 'huge (4)' : 4, - 'giant (8)' : 8, - 'monstrous (10)' : 10 + 'normal (1x)' : 1, + 'demo (1.2x)' : 1.2, + 'presentation (1.4x)' : 1.4, + 'big (2x)' : 2, + 'huge (4x)' : 4, + 'giant (8x)' : 8, + 'monstrous (10x)' : 10 }, false, // read only? true, // numeric |
