mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
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:
@@ -24,7 +24,7 @@ public class CardCMCRangeFilter extends ValueRangeFilter<PaperCard> {
|
||||
|
||||
@Override
|
||||
protected String getCaption() {
|
||||
return "CMC";
|
||||
return "Mana Value";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user