Fix message.

This commit is contained in:
Skagra42 2026-08-13 00:25:51 -06:00
parent 766f02149b
commit a07b2271d4

View file

@ -695,7 +695,7 @@ void MessageLogWidget::logSetDoesntUntapOnce(PlayerLogic *player, CardItem *card
{ {
QString str; QString str;
if (doesntUntapOnce) { if (doesntUntapOnce) {
str = tr("%1 sets %2 to not untap during the next untap step."); str = tr("%1 sets %2 to not untap during its controller's next untap step.");
} else { } else {
str = tr("%1 sets %2 to untap normally."); str = tr("%1 sets %2 to untap normally.");
} }