Update in-game text and also English and Japanese localization

This commit is contained in:
Lyu Zong-Hong
2021-04-23 11:00:34 +09:00
parent d82c8d466a
commit 2d7e88a8c2
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