updated German translation, minor token fix
This commit is contained in:
parent
12b5e39440
commit
118b575e58
2 changed files with 255 additions and 210 deletions
|
@ -947,7 +947,7 @@ void Player::actCreatePredefinedToken()
|
||||||
CardInfo *cardInfo = db->getCard(action->text());
|
CardInfo *cardInfo = db->getCard(action->text());
|
||||||
|
|
||||||
lastTokenName = cardInfo->getName();
|
lastTokenName = cardInfo->getName();
|
||||||
lastTokenColor = cardInfo->getColors().isEmpty() ? QString() : cardInfo->getColors().first();
|
lastTokenColor = cardInfo->getColors().isEmpty() ? QString() : cardInfo->getColors().first().toLower();
|
||||||
lastTokenPT = cardInfo->getPowTough();
|
lastTokenPT = cardInfo->getPowTough();
|
||||||
lastTokenAnnotation = cardInfo->getText();
|
lastTokenAnnotation = cardInfo->getText();
|
||||||
lastTokenDestroy = true;
|
lastTokenDestroy = true;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue