diff --git a/script/localization.js b/script/localization.js index 989a93d6e..c4545105b 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 2885bfb3d..25689dc25 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) {