a few small text fixes

This commit is contained in:
Evan Kranzler 2021-03-06 14:35:01 -05:00
parent b36f915d74
commit 02f04e541c
4 changed files with 4 additions and 4 deletions

View file

@ -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) {