diff --git a/Mage/src/mage/abilities/effects/common/PutPermanentOnBattlefieldEffect.java b/Mage/src/mage/abilities/effects/common/PutPermanentOnBattlefieldEffect.java index 254566a4cd..09a89be195 100644 --- a/Mage/src/mage/abilities/effects/common/PutPermanentOnBattlefieldEffect.java +++ b/Mage/src/mage/abilities/effects/common/PutPermanentOnBattlefieldEffect.java @@ -63,6 +63,6 @@ public class PutPermanentOnBattlefieldEffect extends OneShotEffect { return staticText; } - return "You may put " + filter.getMessage() + " from your hand onto the battlefield"; + return "you may put " + filter.getMessage() + " from your hand onto the battlefield"; } }