mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
some token code
This commit is contained in:
parent
1cd63375ba
commit
f553fd7456
15 changed files with 99 additions and 21 deletions
|
|
@ -98,6 +98,8 @@ QString InnerDecklistNode::visibleNameFromName(const QString &_name)
|
|||
return QObject::tr("Maindeck");
|
||||
else if (_name == "side")
|
||||
return QObject::tr("Sideboard");
|
||||
else if (_name == "tokens")
|
||||
return QObject::tr("Tokens");
|
||||
else
|
||||
return _name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue