Commit c5419440 authored by tooomm's avatar tooomm
Browse files

expanded wording of name conflicts for tokens

added "Make sure to enable the 'token set' in 'Edit sets...' dialog to display them correctly."
parent 50ab6295
......@@ -136,7 +136,7 @@ void DlgEditTokens::actAddToken()
do {
name = QInputDialog::getText(this, tr("Add token"), tr("Please enter the name of the token:"));
if (!name.isEmpty() && cardDatabaseModel->getDatabase()->getCard(name, false)) {
QMessageBox::critical(this, tr("Error"), tr("The chosen name conflicts with an existing card or token."));
QMessageBox::critical(this, tr("Error"), tr("The chosen name conflicts with an existing card or token.\n Make sure to enable the 'token set' in 'Edit sets...' dialog to display them correctly."));
askAgain = true;
} else
askAgain = false;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment