From c09f69b3204ff7127d29a32d9c26e16fc5aa1154 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 24 Apr 2017 17:20:15 +0300 Subject: [PATCH] Fix typo. --HG-- branch : release --- src/libs/vwidgets/vabstractmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vwidgets/vabstractmainwindow.cpp b/src/libs/vwidgets/vabstractmainwindow.cpp index e800b6aa8..259dc2f8f 100644 --- a/src/libs/vwidgets/vabstractmainwindow.cpp +++ b/src/libs/vwidgets/vabstractmainwindow.cpp @@ -49,7 +49,7 @@ bool VAbstractMainWindow::ContinueFormatRewrite(const QString ¤tFormatVers msgBox.setWindowTitle(tr("Confirm format rewriting")); msgBox.setText(tr("This file is using previous format version v%1. The current is v%2. " "Saving the file with this app version will update the format version for this " - "file. This may prevent you from be abale to open the file with older app versions. " + "file. This may prevent you from be able to open the file with older app versions. " "Do you really want to continue?").arg(currentFormatVersion).arg(maxFormatVersion)); msgBox.setStandardButtons(QDialogButtonBox::Yes | QDialogButtonBox::No); msgBox.setDefaultButton(QDialogButtonBox::No);