mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix typo connot > cannot.
Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
parent
a3754ecada
commit
fa7b93ba5b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue