Fix DECK_EDITION tooltip

This commit is contained in:
Rob Schnautz
2018-01-12 22:42:51 +00:00
parent 6ea9a07a3d
commit 7b5d2fc053

View File

@@ -354,7 +354,7 @@ public enum ColumnDef {
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<?>>() {
@Override
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {