"edit sets" --> "manage sets" rename (#3044)

This commit is contained in:
tooomm 2018-01-22 18:42:10 +01:00 committed by Zach H
parent 14a0c53fc1
commit 03d0a84ef5
6 changed files with 23 additions and 23 deletions

View file

@ -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;
}