[Pkg-owncloud-commits] [owncloud-client] 279/332: Use am. eng. since brit. eng. is handled on transifex

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit a42e384935c954bc1130b20b1f71f62345a44df9
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Sat Aug 2 04:05:10 2014 +0200

    Use am. eng. since brit. eng. is handled on transifex
    
    See https://github.com/owncloud/core/pull/10025#issuecomment-50855986 for info.
---
 src/mirall/sslerrordialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/sslerrordialog.cpp b/src/mirall/sslerrordialog.cpp
index 2193ed3..4cd7773 100644
--- a/src/mirall/sslerrordialog.cpp
+++ b/src/mirall/sslerrordialog.cpp
@@ -191,7 +191,7 @@ QString SslErrorDialog::certDiv( QSslCertificate cert ) const
     msg += tr("Fingerprint (SHA1): <tt>%1</tt>").arg(sha1sum) + QL("<br/>");
     msg += QL("<br/>");
     msg += tr("Effective Date: %1").arg( cert.effectiveDate().toString()) + QL("<br/>");
-    msg += tr("Expiry Date: %1").arg( cert.expiryDate().toString()) + QL("</p>");
+    msg += tr("Expiration Date: %1").arg( cert.expiryDate().toString()) + QL("</p>");
 
     msg += QL("</div>" );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list