[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=b1f1ab9

The following commit has been merged in the master branch:
commit b1f1ab9f33a61068519759448b6fb9419ee50dfa
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Aug 21 16:07:23 2014 +0200

    Fix i18n
---
 tls-cert-verifier-op.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tls-cert-verifier-op.cpp b/tls-cert-verifier-op.cpp
index 80a2fb0..9869a87 100644
--- a/tls-cert-verifier-op.cpp
+++ b/tls-cert-verifier-op.cpp
@@ -86,7 +86,7 @@ void TlsCertVerifierOp::gotProperties(Tp::PendingOperation *op)
         m_authTLSCertificateIface->Reject(rejections);
         m_channel->requestClose();
         setFinishedWithError(QLatin1String("Cert.Unknown"),
-                             QString::fromLatin1("Invalid certificate type %1").arg(m_certType));
+                             i18n("Invalid certificate type %1", m_certType));
         return;
     }
 
@@ -117,7 +117,7 @@ void TlsCertVerifierOp::gotProperties(Tp::PendingOperation *op)
         m_authTLSCertificateIface->Reject(rejections);
         m_channel->requestClose();
         setFinishedWithError(QLatin1String("Cert.Untrusted"),
-                             QLatin1String("Certificate rejected by the user"));
+                             i18n("Certificate rejected by the user"));
     }
 }
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list