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 -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) {