mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 00:14:40 -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;
|
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.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue