From fa7b93ba5bcd65d972b15c30aa4af2a21c9175ee Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Tue, 28 Nov 2017 07:31:08 +0100 Subject: Fix typo connot > cannot. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Měřinský --- desktop-widgets/printoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-70-g09d2