mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix capitalization
This commit is contained in:
parent
5fdc56352e
commit
94b9790bb0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue