Changed all instances of Enlightenment to Enlightened
This commit is contained in:
parent
f213a481e8
commit
1e4c372bdd
@ -63,7 +63,7 @@ Contributing
|
||||
|
||||
Please do!
|
||||
|
||||
(Obviously, Resistance folks must send in complete patches while Enlightenment gals and guys may just open feature request ☺). If you want to hack the source, please [read HACKING.md for details](https://github.com/breunigs/ingress-intel-total-conversion/blob/gh-pages/HACKING.md) .
|
||||
(Obviously, Resistance folks must send in complete patches while Enlightened gals and guys may just open feature request ☺). If you want to hack the source, please [read HACKING.md for details](https://github.com/breunigs/ingress-intel-total-conversion/blob/gh-pages/HACKING.md) .
|
||||
|
||||
**So far, these people have contributed:**
|
||||
|
||||
|
@ -33,7 +33,7 @@ The chat is split up into several categories. It usually only shows messages for
|
||||
**The chat categories are:**
|
||||
- full: shows all automated messages *(23:57 \<apj\> destroyed an L3 Resonator on Two Spikes)*
|
||||
- compact: shows only the latest automated message per user
|
||||
- public: shows user generated public messages (both Enlightenment and Resistance can read it)
|
||||
- public: shows user generated public messages (both Enlightened and Resistance can read it)
|
||||
- faction: shows messages for own faction (e.g. only Resistance can read Resistance messages)
|
||||
|
||||
**Posting messages:**
|
||||
|
@ -15,7 +15,7 @@ window.updateGameScore = function(data) {
|
||||
var es = '<span class="enl" style="width:'+ep+'%;"> '+Math.round(ep)+'%</span>';
|
||||
$('#gamestat').html(rs+es).one('click', function() { window.updateGameScore() });
|
||||
// help cursor via “#gamestat span”
|
||||
$('#gamestat').attr('title', 'Resistance:\t'+r+' MindUnits\nEnlightenment:\t'+e+' MindUnits');
|
||||
$('#gamestat').attr('title', 'Resistance:\t'+r+' MindUnits\nEnlightened:\t'+e+' MindUnits');
|
||||
|
||||
window.setTimeout('window.updateGameScore', REFRESH_GAME_SCORE*1000);
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user