Merge branch 'update_in_game_text' into 'master'

Update in-game text and also English and Japanese localization (CMC -> mana value and etc.)

See merge request core-developers/forge!4581
This commit is contained in:
Michael Kamensky
2021-04-23 04:30:06 +00:00
9 changed files with 42 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ public class CardCMCRangeFilter extends ValueRangeFilter<PaperCard> {
@Override
protected String getCaption() {
return "CMC";
return "Mana Value";
}
@Override