[PATCH 5 of 7] Fixed wording in certificate table header

Wald Commits scm-commit at wald.intevation.org
Thu Apr 17 09:30:19 CEST 2014


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1397663167 -7200
# Node ID 847fdfd33a22703b4ac850d806f29dc3c589e8da
# Parent  b19290d6b14829aabcfec142608a71805ebddfd0
Fixed wording in certificate table header.

diff -r b19290d6b148 -r 847fdfd33a22 ui/certificatetablemodel.cpp
--- 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"));
 
 }


More information about the Trustbridge-commits mailing list