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 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.