comparison ui/certificatetablemodel.cpp @ 416:847fdfd33a22

Fixed wording in certificate table header.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 16 Apr 2014 17:46:07 +0200
parents 17e1c8f37d72
children 5200b8e9b2ae
comparison
equal deleted inserted replaced
415:b19290d6b148 416:847fdfd33a22
15 header.append(""); 15 header.append("");
16 header.append(tr("Subject CN")); 16 header.append(tr("Subject CN"));
17 header.append(tr("Subject O")); 17 header.append(tr("Subject O"));
18 header.append(tr("Issuer CN")); 18 header.append(tr("Issuer CN"));
19 header.append(tr("Issuer O")); 19 header.append(tr("Issuer O"));
20 header.append(tr("valid from")); 20 header.append(tr("Valid from"));
21 header.append(tr("valid to")); 21 header.append(tr("Valid to"));
22 header.append(tr("SHA1 Fingerprint")); 22 header.append(tr("SHA1 Fingerprint"));
23 23
24 } 24 }
25 25
26 void CertificateTabelModel::addCertificate(const Certificate& certificate, 26 void CertificateTabelModel::addCertificate(const Certificate& certificate,

http://wald.intevation.org/projects/trustbridge/