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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       İsmail Dönmez <ismail () kde ! org>
Date:       2007-05-30 22:38:12
Message-ID: 1180564692.004775.26357.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669977 by cartman:

Do the translation in one go, fixes Turkish translation, thanks to toma and chusslove.



 M  +1 -1      defaultprogress.cpp  


--- branches/KDE/3.5/kdelibs/kio/kio/defaultprogress.cpp #669976:669977
@@ -236,7 +236,7 @@
                                             unsigned long totalFiles )
 {
   if ( totalSize )
-      return i18n( "%1 % of %2 " ).arg( percent ).arg( KIO::convertSize( totalSize ) );
+      return i18n( "%1 % of %2 " ).arg( QString::number(percent) , KIO::convertSize( totalSize ) );
   else if ( totalFiles )
       return i18n( "%1 % of 1 file", "%1 % of %n files", totalFiles ).arg( percent );
   else
[prev in list] [next in list] [prev in thread] [next in thread] 

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