mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
colon + space
This commit is contained in:
parent
4fbb9d9682
commit
089342ee75
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ void CardMenu::addRelatedCardActions()
|
|||
relatedCardName = relatedCard.getName(); // "name"
|
||||
}
|
||||
|
||||
QString text = tr("Token: ");
|
||||
QString text = tr("Token") + ": ";
|
||||
if (cardRelation->getDoesAttach()) {
|
||||
text +=
|
||||
tr(cardRelation->getDoesTransform() ? "Transform into " : "Attach to ") + "\"" + relatedCardName + "\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue