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

List:       kde-commits
Subject:    Re: kdepim/kresources/lib
From:       Lukáš_Tinkl <lukas () kde ! org>
Date:       2005-01-09 18:44:32
Message-ID: 200501091944.32520.lukas () kde ! org
[Download RAW message or body]

Dne ne 9. ledna 2005 19:30 Reinhold Kainhofer napsal(a):
> CVS commit by kainhofe:
>
> messed-up i18n call.
>
>
>   M +1 -1      groupwareuploadjob.cpp   1.6
>
>
> --- kdepim/kresources/lib/groupwareuploadjob.cpp  #1.5:1.6
> @@ -454,5 +454,5 @@ void GroupwareUploadJob::uploadCompleted
>  {
>    if ( !mItemsUploadError.isEmpty() ) {
> -    error( i18n("%1 items could not be uploaded.", "1 item could not be
> uploaded.", mItemsUploadError.count() ) ); +    error( i18n("1 item could
> not be uploaded.", "%1 items could not be uploaded.", arg(
> mItemsUploadError.count() ) ); }
>    KPIM::GroupwareUploadItem::List items( mAddedItems );

You messed up this time :)

It should be something like:

i18n("%n item could not be uploaded.", "%n items could not be uploaded.", 
mItemsUploadError.count())

-- 
Lukáš Tinkl <lukas@kde.org>
KDE developer


It may be bad manners to talk with your mouth full, but it isn't too good 
either if you speak when your head is empty.

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

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