Add «not enough meat» and fix my «compass» commit.

This commit is contained in:
Olexandr Nesterenko
2014-09-02 09:01:00 +03:00
parent 8fddd1717c
commit 50ba59a5c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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'),
+1 -1
View File
@@ -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) {