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

List:       kde-commits
Subject:    KDE/kdelibs/kjsembed/kjsembed
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-11-23 16:35:06
Message-ID: 1258994106.778064.4386.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1053209 by coles:

Proof-reading: fixed plural-form usage (or specifically, the lack thereof) in kjs \
warning.



 M  +4 -1      qobject_binding.cpp  


--- trunk/KDE/kdelibs/kjsembed/kjsembed/qobject_binding.cpp #1053208:1053209
@@ -409,7 +409,10 @@
 
     if ( types.size() <= idx )
     {
-        errorText = i18n("The slot asked for %1 arguments but there are only %2 \
arguments available.", idx, types.size()); +        const QString firstPart = \
i18np("The slot asked for %1 argument", "The slot asked for %1 arguments", idx); +    \
const QString secondPart = i18np("but there is only %1 available", "but there are \
only %1 available", types.size()); +        errorText = i18nc("%1 is 'the slot asked \
for foo arguments', %2 is 'but there are only bar available'", "%1, %2."); +
         return 0;
     }
 


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

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