summaryrefslogtreecommitdiff
path: root/store.js
diff options
context:
space:
mode:
authorJohn <studej02@pf.jcu.cz>2014-12-27 16:43:52 +0100
committerJohn <studej02@pf.jcu.cz>2014-12-27 16:43:52 +0100
commitdee0da87a013cea2d9299f45c2457235c1f0a01b (patch)
treede34fbb7c19733b76851544435fa814d6228493a /store.js
parentb31df39d7f126eaa303c8dae1cf6a14c739a2cc5 (diff)
downloadsnap-dee0da87a013cea2d9299f45c2457235c1f0a01b.tar.gz
snap-dee0da87a013cea2d9299f45c2457235c1f0a01b.zip
make 'Obsolete!' label translatable (fix #677)
Diffstat (limited to 'store.js')
-rw-r--r--store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.js b/store.js
index 8cbc10f..c1db123 100644
--- a/store.js
+++ b/store.js
@@ -1015,7 +1015,7 @@ SnapSerializer.prototype.obsoleteBlock = function (isReporter) {
: new CommandBlockMorph();
block.selector = 'nop';
block.color = new Color(200, 0, 20);
- block.setSpec('Obsolete!');
+ block.setSpec(localize('Obsolete!'));
block.isDraggable = true;
return block;
};