diff --git a/Mage.Sets/src/mage/cards/j/JadelightSpelunker.java b/Mage.Sets/src/mage/cards/j/JadelightSpelunker.java index 68b1044c4cf..82a60894596 100644 --- a/Mage.Sets/src/mage/cards/j/JadelightSpelunker.java +++ b/Mage.Sets/src/mage/cards/j/JadelightSpelunker.java @@ -28,7 +28,7 @@ public final class JadelightSpelunker extends CardImpl { this.addAbility(new EntersBattlefieldTriggeredAbility( new ExploreSourceEffect(ManacostVariableValue.ETB, false, "{it}") .setText("it explores X times. (To have it explore, reveal the top card of your library. " - + "Put that card into your hand if it’s a land. Otherwise, put a +1/+1 counter on that creature, " + + "Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on that creature, " + "then put the card back or put it into your graveyard.)") )); } diff --git a/Mage.Sets/src/mage/cards/s/SaheeliTheSunsBrilliance.java b/Mage.Sets/src/mage/cards/s/SaheeliTheSunsBrilliance.java index 74f4b3944d3..b75d551ceac 100644 --- a/Mage.Sets/src/mage/cards/s/SaheeliTheSunsBrilliance.java +++ b/Mage.Sets/src/mage/cards/s/SaheeliTheSunsBrilliance.java @@ -55,7 +55,7 @@ class SaheeliTheSunsBrillianceEffect extends OneShotEffect { SaheeliTheSunsBrillianceEffect() { super(Outcome.Benefit); - staticText = "create a token that’s a copy of another target creature or artifact you control, " + + staticText = "create a token that' a copy of another target creature or artifact you control, " + "except it's an artifact in addition to its other types. It gains haste. " + "Sacrifice it at the beginning of the next end step"; }