mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
German translation fix, take bottom card via Ctrl+Drag
This commit is contained in:
parent
3211801e39
commit
1bfa355974
3 changed files with 7 additions and 6 deletions
|
|
@ -175,7 +175,7 @@ QPair<QString, QString> MessageLogWidget::getFromStr(CardZone *zone, QString car
|
|||
else if (startName == "hand")
|
||||
fromStr = tr(" from hand");
|
||||
else if (startName == "deck") {
|
||||
if (position == zone->getCards().size() - 1) {
|
||||
if (position >= zone->getCards().size() - 1) {
|
||||
if (cardName.isEmpty()) {
|
||||
cardName = isFemale(zone->getPlayer()) ? tr("the bottom card of her library") : tr("the bottom card of his library");
|
||||
cardNameContainsStartZone = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue