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:
leriomaggio
2021-05-24 15:02:25 +01:00
parent b651c1f9e9
commit d71d10a97f
6 changed files with 14 additions and 18 deletions

View File

@@ -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) {