diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-11-28 07:31:08 +0100 |
---|---|---|
committer | mturkia <miika.turkia@gmail.com> | 2017-11-28 11:36:19 +0200 |
commit | fa7b93ba5bcd65d972b15c30aa4af2a21c9175ee (patch) | |
tree | cda2b27bca88c90219439f53336ed89441ccc34a /desktop-widgets | |
parent | a3754ecada8111891f9bc91c0fa721168541c59e (diff) | |
download | subsurface-fa7b93ba5bcd65d972b15c30aa4af2a21c9175ee.tar.gz |
Fix typo connot > cannot.
Signed-off-by: Martin Měřinský <mermar@centrum.cz>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/printoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/printoptions.cpp b/desktop-widgets/printoptions.cpp index cebb073a3..91099b928 100644 --- a/desktop-widgets/printoptions.cpp +++ b/desktop-widgets/printoptions.cpp @@ -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(); |