Fix capitalization

This commit is contained in:
LoneFox 2015-08-05 11:10:34 +03:00
parent 5fdc56352e
commit 94b9790bb0

View file

@ -63,6 +63,6 @@ public class PutPermanentOnBattlefieldEffect extends OneShotEffect {
return staticText; 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";
} }
} }