From 641ab38edf05750b9dd649ab87753a2fda3ac4d8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 1 Mar 2013 08:36:32 +0200 Subject: [PATCH] Fix typos --- createnewcontactjob.cpp | 2 +- kmreaderwin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/createnewcontactjob.cpp b/createnewcontactjob.cpp index 926912bc4..4c923edce 100644 --- a/createnewcontactjob.cpp +++ b/createnewcontactjob.cpp @@ -134,7 +134,7 @@ void CreateNewContactJob::contactStored( const Akonadi::Item &item ) void CreateNewContactJob::slotContactEditorError(const QString &error) { - KMessageBox::error(mParentWidget, i18n("Contact can not stored: %1", error), i18n("Failed to store contact")); + KMessageBox::error(mParentWidget, i18n("Contact cannot be stored: %1", error), i18n("Failed to store contact")); } diff --git a/kmreaderwin.cpp b/kmreaderwin.cpp index 43cc27815..e2fae1a46 100644 --- a/kmreaderwin.cpp +++ b/kmreaderwin.cpp @@ -773,7 +773,7 @@ void KMReaderWin::slotEditContact() void KMReaderWin::slotContactEditorError(const QString &error) { - KMessageBox::error(this, i18n("Contact can not stored: %1", error), i18n("Failed to store contact")); + KMessageBox::error(this, i18n("Contact cannot be stored: %1", error), i18n("Failed to store contact")); } void KMReaderWin::contactStored( const Akonadi::Item &item )