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

List:       kde-i18n-doc
Subject:    KDE_3_2_BRANCH: kdepim/korn
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2004-02-24 21:50:43
Message-ID: 20040224215043.6AFB79959 () office ! kde ! org
[Download RAW message or body]

CVS commit by mhunter: 

Fixed plural handling
CCMAIL:kde-i18n-doc@kde.org


  M +2 -3      subjectsdlg.cpp   1.2.4.2


--- kdepim/korn/subjectsdlg.cpp  #1.2.4.1:1.2.4.2
@@ -151,7 +151,6 @@ void KornSubjectsDlg::deleteMessage()
         if (!messages.count())
                 return;
-        QString confirmation = i18n("Do you really want to delete one message?");
-        if (messages.count() > 1)
-                confirmation = i18n("Do you really want to delete %1 messages?").arg(messages.count());
+        QString confirmation = i18n("Do you really want to delete %n message?",
+                                    "Do you really want to delete %n messages?", messages.count());
         if (KMessageBox::questionYesNo(this, confirmation, i18n("Confirmation")) != KMessageBox::Yes)
                 return;


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

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