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',