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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/dialogs
From:       Laurent Montel <montel () kde ! org>
Date:       2008-07-10 11:49:01
Message-ID: 1215690541.908268.18369.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 830420 by mlaurent:

Add missing i18n


 M  +2 -2      certifycertificatedialog.cpp  


--- trunk/KDE/kdepim/kleopatra/dialogs/certifycertificatedialog.cpp #830419:830420
@@ -247,9 +247,9 @@
     if ( err && !err.isCanceled() )
         m_resultLabel->setText( i18n( "The certificate could not be certified. \
<b>Error</b>: %1", Qt::escape( QString::fromLocal8Bit( err.asString() ) ) ) );  else \
                if ( err.isCanceled() )
-        m_resultLabel->setText( "Certification canceled." );
+        m_resultLabel->setText( i18n("Certification canceled.") );
     else
-        m_resultLabel->setText("Certification successful." );
+        m_resultLabel->setText(i18n("Certification successful.") );
 }
 
 class CertifyCertificateDialog::Private {


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

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