forked from External/mage
a few small text fixes
This commit is contained in:
parent
b36f915d74
commit
02f04e541c
4 changed files with 4 additions and 4 deletions
|
|
@ -4400,7 +4400,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
sb.append("from ").append(fromZone.toString().toLowerCase(Locale.ENGLISH)).append(' ');
|
||||
}
|
||||
if (card.isOwnedBy(getId())) {
|
||||
sb.append(" to his or her command zone");
|
||||
sb.append(" to their command zone");
|
||||
} else {
|
||||
Player player = game.getPlayer(card.getOwnerId());
|
||||
if (player != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue