colon + space

This commit is contained in:
tooomm 2026-01-03 13:00:56 +01:00 committed by GitHub
parent 4fbb9d9682
commit 089342ee75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,7 +396,7 @@ void CardMenu::addRelatedCardActions()
relatedCardName = relatedCard.getName(); // "name" relatedCardName = relatedCard.getName(); // "name"
} }
QString text = tr("Token: "); QString text = tr("Token") + ": ";
if (cardRelation->getDoesAttach()) { if (cardRelation->getDoesAttach()) {
text += text +=
tr(cardRelation->getDoesTransform() ? "Transform into " : "Attach to ") + "\"" + relatedCardName + "\""; tr(cardRelation->getDoesTransform() ? "Transform into " : "Attach to ") + "\"" + relatedCardName + "\"";