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

List:       kde-commits
Subject:    KDE/kdeedu/step/step
From:       Luigi Toscano <luigi.toscano () tiscali ! it>
Date:       2008-12-22 21:12:15
Message-ID: 1229980335.608628.20875.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 900435 by ltoscano:

Fix plural form


 M  +1 -1      worldscene.cc  


--- trunk/KDE/kdeedu/step/step/worldscene.cc #900434:900435
@@ -260,7 +260,7 @@
             text += QString("<br /><nobr>%1</nobr>")
                         \
.arg(_worldModel->objectIndex(activeItems[i]).data(Qt::DisplayRole).toString());  \
                if(count > 10)
-            text += QString("<br /><nobr>%1</nobr>").arg(i18n("... (%1 more items)", \
count - 10)); +            text += QString("<br /><nobr>%1</nobr>").arg(i18np("... (1 \
more item)", "... (%1 more items)", count - 10));  } else {
         for(int i=0; i<count; ++i)
             text += \
_worldModel->objectIndex(activeItems[i]).data(Qt::ToolTipRole).toString();


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

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