From a7bc84e6f7dabefe10c39e346d9732d3ff4575fb Mon Sep 17 00:00:00 2001 From: urkerab Date: Fri, 15 Jan 2016 01:14:52 +0000 Subject: [PATCH] Use Pokémon in messages instead of Pokemon. --- js/battle.js | 2 +- js/client-teambuilder.js | 4 ++-- js/search.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/battle.js b/js/battle.js index 2e77d64ff..d2f4e4ce3 100644 --- a/js/battle.js +++ b/js/battle.js @@ -2758,7 +2758,7 @@ var Battle = (function () { }, deltastream: { name: 'Strong Winds', - startMessage: 'A mysterious air current is protecting Flying-type Pokemon!', + startMessage: 'A mysterious air current is protecting Flying-type Pokémon!', endMessage: 'The mysterious air current has dissipated!' } }; diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index 2e371771a..ad2d5070a 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -1022,7 +1022,7 @@ buf += '
'; } buf += '
'; - buf += '
'; + buf += '
'; buf += ''; return buf; } @@ -1038,7 +1038,7 @@ var item = Tools.getItem(set.item); itemicon = ''; } - buf += '
' + itemicon + '
'; + buf += '
' + itemicon + '
'; // details buf += '
'; diff --git a/js/search.js b/js/search.js index 80f7a7d37..0eacec89a 100644 --- a/js/search.js +++ b/js/search.js @@ -73,7 +73,7 @@ category: 7 }; var typeName = { - pokemon: 'Pokemon', + pokemon: 'Pokémon', type: 'Type', move: 'Moves', item: 'Items',