From 8fddd1717cb1643a87d7cb7f6877f0cbaf5e66ac Mon Sep 17 00:00:00 2001 From: Olexandr Nesterenko Date: Mon, 1 Sep 2014 17:57:02 +0300 Subject: [PATCH] Remove unused localization string --- script/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/path.js b/script/path.js index 25689dc..2885bfb 100644 --- a/script/path.js +++ b/script/path.js @@ -57,7 +57,7 @@ var Path = { openPath: function() { Path.init(); Engine.event('progress', 'path'); - Notifications.notify(Room, _('the compass points ' + World.dir)); + Notifications.notify(Room, 'the compass points ' + World.dir); }, getWeight: function(thing) {