mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Improved translations for CollectorNumber in Italian and Spanish, and while at it...
...I got rid of duplication for the lblSet col, while also improving translations. In particular, the "lblSetEdition" column was translated as the "Mistery column" (for some reason :D), whereas a second lblSet2 was instead defined and used, namely "the label tooltip for the Set Columndef". On this note, this col was also mistranslated in ES, IT, DE - those are the language I could handle so far. In fact "Set" was intended (and so translated) as "to set" instead as for "Expansion/Edition". Corrected accordingly! :)
This commit is contained in:
@@ -451,7 +451,7 @@ public enum ColumnDef {
|
||||
/**
|
||||
* The deck edition column, a mystery to us all.
|
||||
*/
|
||||
DECK_EDITION("lblSet", "lblSetEdition", 38, true, SortState.DESC,
|
||||
DECK_EDITION("lblSet", "lblSet", 38, true, SortState.DESC,
|
||||
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
||||
@Override
|
||||
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
||||
|
||||
Reference in New Issue
Block a user