changeset 416:847fdfd33a22

Fixed wording in certificate table header.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 16 Apr 2014 17:46:07 +0200
parents b19290d6b148
children 03c562b1a3ea
files ui/certificatetablemodel.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ui/certificatetablemodel.cpp	Wed Apr 16 17:45:16 2014 +0200
+++ b/ui/certificatetablemodel.cpp	Wed Apr 16 17:46:07 2014 +0200
@@ -17,8 +17,8 @@
     header.append(tr("Subject O"));
     header.append(tr("Issuer CN"));
     header.append(tr("Issuer O"));
-    header.append(tr("valid from"));
-    header.append(tr("valid to"));
+    header.append(tr("Valid from"));
+    header.append(tr("Valid to"));
     header.append(tr("SHA1 Fingerprint"));
 
 }

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