mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix DECK_EDITION tooltip
This commit is contained in:
@@ -354,7 +354,7 @@ public enum ColumnDef {
|
|||||||
return deck.getFormatsString();
|
return deck.getFormatsString();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
DECK_EDITION("Set", "Set of oldest card in deck", 38, true, SortState.DESC,
|
DECK_EDITION("Set", "Earliest set that can build this deck", 38, true, SortState.DESC,
|
||||||
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
||||||
@Override
|
@Override
|
||||||
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
||||||
|
|||||||
Reference in New Issue
Block a user