diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 14:35:34 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 14:35:34 +0000 |
commit | aaefaf6c728fda1a9fa89d293036303b5e13f2b0 (patch) | |
tree | 84caa0d75df7fced8b01f2addbec2263eb51ebc2 /chrome/app | |
parent | 6044cdfe614c15dce3064ef81d65b8a40f7d1437 (diff) | |
download | chromium_src-aaefaf6c728fda1a9fa89d293036303b5e13f2b0.zip chromium_src-aaefaf6c728fda1a9fa89d293036303b5e13f2b0.tar.gz chromium_src-aaefaf6c728fda1a9fa89d293036303b5e13f2b0.tar.bz2 |
Linux certificate viewer: add SHA256 hash
BUG=none
TEST=Navigate to https://encrypted.google.com. Click the green padlock in the URL bar. Click "Certificate Information". Verify that a SHA-256 hash appears.
http://codereview.chromium.org/3005016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 11456ea..2e110f0 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2630,7 +2630,10 @@ each locale. --> <message name="IDS_CERT_INFO_FINGERPRINTS_GROUP" desc="The label of the group showing the certificate fingerprints in the general page of the certificate info dialog"> Fingerprints </message> - <message name="IDS_CERT_INFO_SHA1_FINGERPRINT_LABEL" desc="The label of the SHA1 Fingerprint field in the general page of the certificate info dialog"> + <message name="IDS_CERT_INFO_SHA256_FINGERPRINT_LABEL" desc="The label of the SHA-256 Fingerprint field in the general page of the certificate info dialog"> + SHA-256 Fingerprint + </message> + <message name="IDS_CERT_INFO_SHA1_FINGERPRINT_LABEL" desc="The label of the SHA-1 Fingerprint field in the general page of the certificate info dialog"> SHA-1 Fingerprint </message> <message name="IDS_CERT_INFO_MD5_FINGERPRINT_LABEL" desc="The label of the MD5 Fingerprint field in the general page of the certificate info dialog"> |