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

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdepim/korganizer/printing
From:       Volker Krause <vkrause () kde ! org>
Date:       2008-09-26 10:02:26
Message-ID: 1222423346.092979.10420.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 864975 by vkrause:

Simplify i18n calls.


 M  +1 -4      calprintdefaultplugins.cpp  


--- branches/kdepim/enterprise4/kdepim/korganizer/printing/calprintdefaultplugins.cpp \
#864974:864975 @@ -443,10 +443,7 @@
       case -1: // infinite
         break;
       default: // number of occurrences
-        occurString = i18nc( "for N %OCCURRENCE[S]",
-                             "for %1 %2",
-                             recurs->duration(),
-                             i18np( "occurrences", "occurrences", recurs->duration() \
) ); +        occurString = i18ncp( "for N OCCURRENCE[S]", "for one occurrence", "for \
%1 occurrences", recurs->duration() );  break;
       } // end switch on recurrence duration
 


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

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