diff --git a/Mage.Sets/src/mage/cards/s/SwallowWhole.java b/Mage.Sets/src/mage/cards/s/SwallowWhole.java index cf9ebcb1a1..c5774ef8f1 100644 --- a/Mage.Sets/src/mage/cards/s/SwallowWhole.java +++ b/Mage.Sets/src/mage/cards/s/SwallowWhole.java @@ -64,7 +64,7 @@ class SwallowWholeEffect extends OneShotEffect { SwallowWholeEffect() { super(Outcome.Benefit); - staticText = "Put a +1/+1 counter on the creature tapped to cast this spell."; + staticText = "Put a +1/+1 counter on the creature tapped to pay this spell's additional cost."; } private SwallowWholeEffect(final SwallowWholeEffect effect) {