a bunch of keys from level directory

This commit is contained in:
Peter Cottle 2013-02-23 22:15:37 -08:00
parent 3adec8d88a
commit 9048f09d9f
7 changed files with 665 additions and 349 deletions

View file

@ -1,4 +1,5 @@
var _ = require('underscore');
var intl = require('../intl');
var GitCommands = require('../git/commands');
@ -20,7 +21,7 @@ DisabledMap.prototype.getInstantCommands = function() {
var instants = [];
var onMatch = function() {
throw new GitError({
msg: 'That git command is disabled for this level!'
msg: intl.str('command-disabled')
});
};