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

List:       kde-commits
Subject:    KDE/kdenetwork/kget/ui/history
From:       Thomas Reitelbach <tr () erdfunkstelle ! de>
Date:       2008-07-06 12:27:06
Message-ID: 1215347226.800909.16769.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 828699 by reitelbach:

fix wrong message


 M  +2 -2      transferhistorycategorizeddelegate.cpp  


--- trunk/KDE/kdenetwork/kget/ui/history/transferhistorycategorizeddelegate.cpp #828698:828699
@@ -77,11 +77,11 @@
         value = QVariant(i18n("Under 10MiB"));
     }
     else if (size >= 10 * 1024 * 1024  && size < 50 * 1024 *  1024) {
-        value = QVariant(i18n("More than 10MiB and 50MiB"));
+        value = QVariant(i18n("Between 10MiB and 50MiB"));
         categorySort = 1;
     }
     else if (size >= 50 * 1024 * 1024  && size < 100 * 1024 *  1024) {
-        value = QVariant(i18n("More than 50MiB and 100MiB"));
+        value = QVariant(i18n("Between 50MiB and 100MiB"));
         categorySort = 2;
     }
     else {
[prev in list] [next in list] [prev in thread] [next in thread] 

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