updated German translation, minor token fix

This commit is contained in:
Max-Wilhelm Bruker 2012-04-06 15:34:00 +02:00
parent 12b5e39440
commit 118b575e58
2 changed files with 255 additions and 210 deletions

View file

@ -947,7 +947,7 @@ void Player::actCreatePredefinedToken()
CardInfo *cardInfo = db->getCard(action->text());
lastTokenName = cardInfo->getName();
lastTokenColor = cardInfo->getColors().isEmpty() ? QString() : cardInfo->getColors().first();
lastTokenColor = cardInfo->getColors().isEmpty() ? QString() : cardInfo->getColors().first().toLower();
lastTokenPT = cardInfo->getPowTough();
lastTokenAnnotation = cardInfo->getText();
lastTokenDestroy = true;

File diff suppressed because it is too large Load diff