mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
"edit sets" --> "manage sets" rename (#3044)
This commit is contained in:
parent
14a0c53fc1
commit
03d0a84ef5
6 changed files with 23 additions and 23 deletions
|
|
@ -142,7 +142,7 @@ void DlgEditTokens::actAddToken()
|
|||
if(name.isEmpty())
|
||||
return;
|
||||
if (databaseModel->getDatabase()->getCard(name)) {
|
||||
QMessageBox::critical(this, tr("Error"), tr("The chosen name conflicts with an existing card or token.\nMake sure to enable the 'token set' in the 'Edit sets...' dialog to display them correctly."));
|
||||
QMessageBox::critical(this, tr("Error"), tr("The chosen name conflicts with an existing card or token.\nMake sure to enable the 'Token' set in the \"Manage sets\" dialog to display them correctly."));
|
||||
} else {
|
||||
askAgain = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue