Changed all instances of Enlightenment to Enlightened

This commit is contained in:
Cameron Moon
2013-02-25 15:34:32 +11:00
parent f213a481e8
commit 1e4c372bdd
4 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ window.plugin.guessPlayerLevels.guess = function() {
});
var s = 'the players have at least the following level:\n\n';
s += 'Resistance:\t   \tEnlightenment:\t\n';
s += 'Resistance:\t   \tEnlightened:\t\n';
var namesR = plugin.guessPlayerLevels.sort(playersRes);
var namesE = plugin.guessPlayerLevels.sort(playersEnl);