[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. bf5d526163f8add0349233e135bcd2f3e85cd000

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sat Feb 21 10:10:14 UTC 2009


The following commit has been merged in the master branch:
commit bf5d526163f8add0349233e135bcd2f3e85cd000
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Sat Feb 21 12:09:14 2009 +0200

    Word puzzles are BAD!

diff --git a/diroperations/diroperations.cpp b/diroperations/diroperations.cpp
index 85ff74b..2366027 100644
--- a/diroperations/diroperations.cpp
+++ b/diroperations/diroperations.cpp
@@ -77,7 +77,7 @@ qint64 calculateDirSize(const QString & dir, ProgressDialogInterface *pd)
             }
 
             if ( pd && (++refreshCounter % 100 == 0) ) {
-                pd->setLabelText(QObject::tr("Calculating... ") + QString::number(totalSize) + QObject::tr(" bytes"));
+                pd->setLabelText(QObject::tr("Calculating... %1 bytes").arg(totalSize));
                 pd->processEvents();
                 if (pd->wasCanceled())
                     throw Exception(Exception::OperationCanceled);

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list