diff options
Diffstat (limited to 'desktop-widgets/printoptions.cpp')
-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(); |