[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    =?utf-8?q?=5Bkdepim-runtime/4=2E6=5D_migration/kmail=3A_Fix_stri?=
From:       Alexander Potashev <aspotashev () gmail ! com>
Date:       2011-05-14 20:30:49
Message-ID: 20110514203049.0D096A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 4372e1f697867296aff57ce6ac9552b3dadaa531 by Alexander Potashev.
Committed on 14/05/2011 at 22:25.
Pushed by aspotashev into branch '4.6'.

Fix string: "Failed to resource ..." -> "Failed to create resource ..."

CCMAIL: kde-i18n-doc@kde.org

M  +1    -1    migration/kmail/kmailmigrator.cpp     

http://commits.kde.org/kdepim-runtime/4372e1f697867296aff57ce6ac9552b3dadaa531

diff --git a/migration/kmail/kmailmigrator.cpp b/migration/kmail/kmailmigrator.cpp
index 17228a6..9f40421 100644
--- a/migration/kmail/kmailmigrator.cpp
+++ b/migration/kmail/kmailmigrator.cpp
@@ -972,7 +972,7 @@ void KMailMigrator::maildirAccountCreated( KJob *job )
 void KMailMigrator::localMaildirCreated( KJob *job )
 {
   if ( job->error() ) {
-    emit message( Error, i18n( "Failed to resource for local folders: %1", job->errorText() ) );
+    emit message( Error, i18n( "Failed to create resource for local folders: %1", job->errorText() ) );
     deleteLater();
     return;
   }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic