diff --git a/Mage.Sets/src/mage/cards/i/ImposingVisage.java b/Mage.Sets/src/mage/cards/i/ImposingVisage.java index 54e4e0c00d1..d49c9f150d1 100644 --- a/Mage.Sets/src/mage/cards/i/ImposingVisage.java +++ b/Mage.Sets/src/mage/cards/i/ImposingVisage.java @@ -36,7 +36,7 @@ public final class ImposingVisage extends CardImpl { // Enchanted creature has menace. (It can't be blocked except by two or more creatures.) this.addAbility(new SimpleStaticAbility(new GainAbilityAttachedEffect(new MenaceAbility(), AttachmentType.AURA) - .setText("enchanted creature has menace. (It can’t be blocked except by two or more creatures.)"))); + .setText("enchanted creature has menace. (It can't be blocked except by two or more creatures.)"))); } private ImposingVisage(final ImposingVisage card) {