diff --git a/Mage/src/mage/abilities/effects/common/PreventDamageBySourceEffect.java b/Mage/src/mage/abilities/effects/common/PreventDamageBySourceEffect.java index 9845cd5824e..6090fcc2371 100644 --- a/Mage/src/mage/abilities/effects/common/PreventDamageBySourceEffect.java +++ b/Mage/src/mage/abilities/effects/common/PreventDamageBySourceEffect.java @@ -58,7 +58,7 @@ public class PreventDamageBySourceEffect extends PreventionEffectImpl { filterObject.setMessage(filterObject.getMessage() + " source"); } this.target = new TargetSource(filterObject); - staticText = "Prevent all damage " + filterObject.getMessage() + " source of your choice would deal this turn"; + staticText = "Prevent all damage " + filterObject.getMessage() + " of your choice would deal this turn"; } public PreventDamageBySourceEffect(final PreventDamageBySourceEffect effect) {