diff --git a/Mage.Sets/src/mage/cards/h/HedonistsTrove.java b/Mage.Sets/src/mage/cards/h/HedonistsTrove.java index 1bd312d2ae1..a101b8fd719 100644 --- a/Mage.Sets/src/mage/cards/h/HedonistsTrove.java +++ b/Mage.Sets/src/mage/cards/h/HedonistsTrove.java @@ -120,7 +120,7 @@ class HedonistsTroveCastNonlandCardsEffect extends AsThoughEffectImpl { HedonistsTroveCastNonlandCardsEffect() { super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit); staticText = "You may cast spells from among cards exiled with {this}. " + - "You can’t cast more than one spell this way each turn."; + "You can't cast more than one spell this way each turn."; } private HedonistsTroveCastNonlandCardsEffect(final HedonistsTroveCastNonlandCardsEffect effect) {