diff --git a/Mage.Sets/src/mage/cards/n/NissaWorldsoulSpeaker.java b/Mage.Sets/src/mage/cards/n/NissaWorldsoulSpeaker.java index fc0ce58f3bc..b0a7001f88b 100644 --- a/Mage.Sets/src/mage/cards/n/NissaWorldsoulSpeaker.java +++ b/Mage.Sets/src/mage/cards/n/NissaWorldsoulSpeaker.java @@ -59,7 +59,7 @@ class NissaWorldsoulSpeakerEffect extends ContinuousEffectImpl { public NissaWorldsoulSpeakerEffect() { super(Duration.WhileOnBattlefield, Outcome.Detriment); - staticText = "You may pay eight {E} rather than pay the mana cost of permanent spells you cast"; + staticText = "You may pay eight {E} rather than pay the mana cost for permanent spells you cast"; } private NissaWorldsoulSpeakerEffect(final NissaWorldsoulSpeakerEffect effect) {