Use am. eng. since brit. eng. is handled on transifex

See https://github.com/owncloud/core/pull/10025#issuecomment-50855986 for info.
This commit is contained in:
Volkan Gezer 2014-08-02 04:05:10 +02:00
parent 9b37357513
commit a42e384935

View file

@ -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>" );