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

List:       kde-i18n-doc
Subject:    KDE/kdebase/workspace/plasma/applets/devicenotifier
From:       Jure Repinc <jlp () holodeck1 ! com>
Date:       2007-12-30 10:57:10
Message-ID: 1199012230.887891.8556.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 754610 by repinc:

Some languages still need this in plural form

CCMAIL: kde-i18n-doc@kde.org


 M  +3 -1      devicenotifier.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/devicenotifier/devicenotifier.cpp #754609:754610
@@ -206,7 +206,9 @@
             }
         if (nb_actions > 1)
 	{
-	    QString s = i18n("%1 actions for this device", nb_actions);
+	    QString s = i18np("1 action for this device",
+                              "%1 actions for this device",
+                              nb_actions);
 	    m_hotplugModel->setData(index,s, ActionRole);
         }
 	else
[prev in list] [next in list] [prev in thread] [next in thread] 

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