diff --git a/Mage.Sets/src/mage/cards/w/Warbringer.java b/Mage.Sets/src/mage/cards/w/Warbringer.java
index 69ca1b7b81..71916da2c8 100644
--- a/Mage.Sets/src/mage/cards/w/Warbringer.java
+++ b/Mage.Sets/src/mage/cards/w/Warbringer.java
@@ -55,7 +55,7 @@ class WarbringerSpellsCostReductionEffect extends CostModificationEffectImpl {
 
     public WarbringerSpellsCostReductionEffect() {
         super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.REDUCE_COST);
-        this.staticText = "Dash costs you pay cost {2} less (as long as this creature is on the battlefield)";
+        this.staticText = "Dash costs you pay cost {2} less <i>(as long as this creature is on the battlefield)</i>";
     }
 
     protected WarbringerSpellsCostReductionEffect(final WarbringerSpellsCostReductionEffect effect) {