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

List:       kde-commits
Subject:    extragear/network/choqok/src
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2009-05-06 21:29:53
Message-ID: 1241645393.679292.19014.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 964552 by mhunter:

Typographical and grammar corrections

 M  +4 -4      backend.cpp  


--- trunk/extragear/network/choqok/src/backend.cpp #964551:964552
@@ -94,15 +94,15 @@
     KIO::TransferJob *picJob = KIO::get( picUrl, KIO::Reload, KIO::HideProgressInfo);
     if( !KIO::NetAccess::synchronousRun(picJob, 0, &picData) ){
         kError()<<"Job error: " << picJob->errorString();
-        tmp = i18n( "Uploading media failed : Cannot read the media file,\
-        please check if it exists. path: %1", picUrl.prettyUrl() );
+        tmp = i18n( "Uploading media failed: cannot read the media file. "
+        "Please check whether it exists. Path: %1", picUrl.prettyUrl() );
         kDebug() << "Emitting sigError...";
         emit sigError( tmp );
     }
     if ( picData.count() == 0 ) {
         kError() << "Cannot read the media file, please check if it exists.";
-        tmp = i18n( "Uploading media failed : Cannot read the media file,\
-        please check if it exists. path: %1", picUrl.prettyUrl() );
+        tmp = i18n( "Uploading media failed: cannot read the media file. "
+        "Please check whether it exists. Path: %1", picUrl.prettyUrl() );
         kDebug() << "Emitting sigError...";
         Q_EMIT sigError( tmp );
         return;
[prev in list] [next in list] [prev in thread] [next in thread] 

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