Skip to content

Commit

Permalink
Add «not enough meat» and fix my «compass» commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
burunduk committed Sep 2, 2014
1 parent 8fddd17 commit 50ba59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions script/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion script/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 50ba59a

Please sign in to comment.