mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 05:26:21 -05:00
Use Pokémon in messages instead of Pokemon.
This commit is contained in:
parent
6bacf20121
commit
a7bc84e6f7
|
|
@ -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!'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1022,7 +1022,7 @@
|
|||
buf += '<div class="setmenu setmenu-left"><button name="undeleteSet"><i class="fa fa-undo"></i> Undo Delete</button></div>';
|
||||
}
|
||||
buf += '<div class="setmenu"><button name="importSet"><i class="fa fa-upload"></i>Import</button></div>';
|
||||
buf += '<div class="setchart" style="background-image:url(' + Tools.resourcePrefix + 'sprites/bw/0.png);"><div class="setcol setcol-icon"><span class="itemicon"></span><div class="setcell setcell-pokemon"><label>Pokemon</label><input type="text" name="pokemon" class="chartinput" value="" /></div></div></div>';
|
||||
buf += '<div class="setchart" style="background-image:url(' + Tools.resourcePrefix + 'sprites/bw/0.png);"><div class="setcol setcol-icon"><span class="itemicon"></span><div class="setcell setcell-pokemon"><label>Pokémon</label><input type="text" name="pokemon" class="chartinput" value="" /></div></div></div>';
|
||||
buf += '</li>';
|
||||
return buf;
|
||||
}
|
||||
|
|
@ -1038,7 +1038,7 @@
|
|||
var item = Tools.getItem(set.item);
|
||||
itemicon = '<span class="itemicon" style="' + Tools.getItemIcon(item) + '"></span>';
|
||||
}
|
||||
buf += '<div class="setcol setcol-icon">' + itemicon + '<div class="setcell setcell-pokemon"><label>Pokemon</label><input type="text" name="pokemon" class="chartinput" value="' + Tools.escapeHTML(set.species) + '" /></div></div>';
|
||||
buf += '<div class="setcol setcol-icon">' + itemicon + '<div class="setcell setcell-pokemon"><label>Pokémon</label><input type="text" name="pokemon" class="chartinput" value="' + Tools.escapeHTML(set.species) + '" /></div></div>';
|
||||
|
||||
// details
|
||||
buf += '<div class="setcol setcol-details"><div class="setrow">';
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
category: 7
|
||||
};
|
||||
var typeName = {
|
||||
pokemon: 'Pokemon',
|
||||
pokemon: 'Pokémon',
|
||||
type: 'Type',
|
||||
move: 'Moves',
|
||||
item: 'Items',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user