Fix typo connot > cannot.

Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
Martin Měřinský 2017-11-28 07:31:08 +01:00 committed by mturkia
parent a3754ecada
commit fa7b93ba5b

View file

@ -129,7 +129,7 @@ void PrintOptions::on_editButton_clicked()
if (!f.open(QFile::ReadWrite | QFile::Text)) {
QMessageBox msgBox(this);
msgBox.setWindowTitle(tr("Read-only template!"));
msgBox.setText(tr("The template '%1' is read-only and connot be edited.\n"
msgBox.setText(tr("The template '%1' is read-only and cannot be edited.\n"
"Please export this template to a different file.").arg(templateName));
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.exec();