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

List:       kde-commits
Subject:    kdenonbeta/karchiver
From:       Eric Coquelle <eric.coquelle () gmail ! com>
Date:       2006-09-17 15:51:28
Message-ID: 1158508288.960357.19388.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 585643 by coquelle:

Fixed a i18n message to ease translation


 M  +2 -3      carchiveoperation.cpp  


--- trunk/kdenonbeta/karchiver/carchiveoperation.cpp #585642:585643
@@ -1136,7 +1136,7 @@
 void CArchiveOperationScanForVirus::scanArchive()
 {
   if(KStandardDirs::findExe(scanprogramm)==NULL)
-    emit(operationEnded(SCAN_ACHIEVED, i18n("Cannot find the anti-virus scanner: \
")+scanprogramm.latin1())); +    emit(operationEnded(SCAN_ACHIEVED, i18n("Cannot find \
the anti-virus scanner: ")+scanprogramm));  else
     extractAllFiles();//just extract to the temp dir...
 }
@@ -1153,8 +1153,7 @@
 void CArchiveOperationScanForVirus::slotScanProcessEnded(KProcess*)
 {
   kdDebug()<<QString("Finished")<<endl;
-  QString str;
-  str.sprintf(i18n("Finished. Please look at the output of %s for the results of the \
scan"), scanprogramm.latin1()); +  QString str=i18n("Finished. Please look at the \
output of %1 for the results of the scan").arg(scanprogramm);  \
kdDebug()<<QString("Sending message %1").arg(str)<<endl;  \
emit(operationEnded(SCAN_ACHIEVED, str));  }


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

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