mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
Fix message.
This commit is contained in:
parent
766f02149b
commit
a07b2271d4
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ void MessageLogWidget::logSetDoesntUntapOnce(PlayerLogic *player, CardItem *card
|
|||
{
|
||||
QString str;
|
||||
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 {
|
||||
str = tr("%1 sets %2 to untap normally.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue