From 50ba59a5c605e2c8de5cf2d562c464a393eb632b Mon Sep 17 00:00:00 2001 From: Olexandr Nesterenko Date: Tue, 2 Sep 2014 09:01:00 +0300 Subject: [PATCH] =?UTF-8?q?Add=20=C2=ABnot=20enough=20meat=C2=BB=20and=20f?= =?UTF-8?q?ix=20my=20=C2=ABcompass=C2=BB=20commit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/localization.js | 1 + script/path.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/script/localization.js b/script/localization.js index 989a93d..c454510 100644 --- a/script/localization.js +++ b/script/localization.js @@ -52,6 +52,7 @@ _('not enough cloth'), _('not enough teeth'), _('not enough leather'), + _('not enough meat'), _('the compass points east'), _('the compass points west'), _('the compass points north'), diff --git a/script/path.js b/script/path.js index 2885bfb..25689dc 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) {