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

List:       kde-commits
Subject:    kdepim/kpilot/conduits/notepadconduit
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-07-27 10:58:26
Message-ID: 20040727105826.6F8829918 () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Corrected i18n plural-form usage (or rather the lack thereof).


  M +3 -3      notepad-conduit.cc   1.7


--- kdepim/kpilot/conduits/notepadconduit/notepad-conduit.cc  #1.6:1.7
@@ -117,6 +117,6 @@ bool NotepadConduit::event(QEvent *e)
                 delayDone();
                 if(thread->getFailed())
-                        logError(i18n("%1 notepads could not be \
                saved").arg(thread->getFailed()));
-                logMessage(i18n("%1 notepads saved").arg(thread->getSaved()));
+                        logError(i18n("1 notepad could not be saved", "%n notepads \
could not be saved", thread->getFailed())); +                logMessage(i18n("1 \
notepad saved", "%n notepads saved", thread->getSaved()));  delete thread;
                 return true;


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

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