Simple AI -> Simple CPU, since players read it as 'AL' (who is SIMPLE AL?)

This commit is contained in:
Nick Winter 2015-11-30 15:27:52 -08:00
parent 3a4c8d40f6
commit 457b9d0dbf
3 changed files with 6 additions and 6 deletions
app

View file

@ -1183,7 +1183,7 @@
tutorial_skip: "Skip Tutorial"
tutorial_not_sure: "Not sure what's going on?"
tutorial_play_first: "Play the Tutorial first."
simple_ai: "Simple AI"
simple_ai: "Simple CPU" # {change}
warmup: "Warmup"
friends_playing: "Friends Playing"
log_in_for_friends: "Log in to play with your friends!"
@ -1205,8 +1205,8 @@
rules: "Rules"
winners: "Winners"
league: "League"
red_ai: "Red AI" # "Red AI Wins", at end of multiplayer match playback
blue_ai: "Blue AI"
red_ai: "Red CPU" # "Red AI Wins", at end of multiplayer match playback
blue_ai: "Blue CPU" # {change}
wins: "Wins" # At end of multiplayer match playback
humans: "Red" # Ladder page display team name
ogres: "Blue"

View file

@ -31,7 +31,7 @@
td.hero-portrait-cell(style="background-image: url(/file/db/thang.type/#{(session.get('heroConfig') || {}).thangType || '529ffbf1cf1818f2be000001'}/portrait.png)")
td.rank-cell= rank + 1
td.score-cell= Math.round((sessionStats.totalScore || session.get('totalScore') / 2) * 100)
td(class='name-col-cell' + ((new RegExp('(Simple|Shaman|Brawler|Chieftain|Thoktar) AI')).test(session.get('creatorName')) ? ' ai' : ''))= session.get('creatorName') || "Anonymous"
td(class='name-col-cell' + ((new RegExp('(Simple|Shaman|Brawler|Chieftain|Thoktar) CPU')).test(session.get('creatorName')) ? ' ai' : ''))= session.get('creatorName') || "Anonymous"
td.age-cell= moment(session.get('submitDate')).fromNow().replace('a few ', '')
td.fight-cell
a(href="/play/level/#{level.get('slug') || level.id}?team=#{team.otherTeam}&opponent=#{session.id}" + (league ? "&league=" + league.id : ""))
@ -51,7 +51,7 @@
td.hero-portrait-cell(style="background-image: url(/file/db/thang.type/#{(session.get('heroConfig') || {}).thangType || '529ffbf1cf1818f2be000001'}/portrait.png)")
td.rank-cell= session.rank
td.score-cell= Math.round((sessionStats.totalScore || session.get('totalScore') / 2) * 100)
td(class='name-col-cell' + ((new RegExp('(Simple|Shaman|Brawler|Chieftain|Thoktar) AI')).test(session.get('creatorName')) ? ' ai' : ''))= session.get('creatorName') || "Anonymous"
td(class='name-col-cell' + ((new RegExp('(Simple|Shaman|Brawler|Chieftain|Thoktar) CPU')).test(session.get('creatorName')) ? ' ai' : ''))= session.get('creatorName') || "Anonymous"
td.age-cell= moment(session.get('submitDate')).fromNow().replace('a few ', '')
td.fight-cell
a(href="/play/level/#{level.get('slug') || level.id}?team=#{team.otherTeam}&opponent=#{session.id}" + (league ? "&league=" + league.id : ""))

View file

@ -34,7 +34,7 @@ block modal-body-content
div.my-name.name-label.only-one
span= myName
div.opponent-name.name-label
span(data-i18n="ladder.simple_ai") Simple AI
span(data-i18n="ladder.simple_ai")
//span.code-language(style="background-image: url(/images/common/code_languages/javascript_small.png)")
div.difficulty
span(data-i18n="ladder.warmup") Warmup