diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 20:42:20 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 20:42:20 +0000 |
commit | 2e3b421927441ce162ea408c18dfbf0cf411b60c (patch) | |
tree | 2ac5510ae4a65092492d18d2d9941d63292c3613 /chrome/app | |
parent | c0e279e4dea5219289365ab15180c315073c5bcf (diff) | |
download | chromium_src-2e3b421927441ce162ea408c18dfbf0cf411b60c.zip chromium_src-2e3b421927441ce162ea408c18dfbf0cf411b60c.tar.gz chromium_src-2e3b421927441ce162ea408c18dfbf0cf411b60c.tar.bz2 |
gtk: Certificate viewer should show both A-label and U-label for CN and SubjectAltName IDNs
Remove extraneous '\n' from ProcessGeneralNames.
BUG=43966
TEST=manual
Review URL: http://codereview.chromium.org/2733014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index ec923a0..848ba5b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2594,6 +2594,9 @@ each locale. --> <message name="IDS_CERT_INFO_COMMON_NAME_LABEL" desc="The label of the Common Name field in the general page of the certificate info dialog. (CN) is the name of this field in the standard"> Common Name (CN) </message> + <message name="IDS_CERT_INFO_IDN_VALUE_FORMAT" desc="The format of values for Common Name and SubjectAltName fields in the certificate info dialog when a name is an Internationalized Domain Name."> + <ph name="ASCII_NAME">$1<ex>xn--hxajbheg2az3al.xn--jxalpdlp</ex></ph> (<ph name="UNICODE_NAME">$2<ex>παράδειγμα.δοκιμή</ex></ph>) + </message> <message name="IDS_CERT_INFO_ORGANIZATION_LABEL" desc="The label of the Organization field in the general page of the certificate info dialog. (O) is the name of this field in the standard"> Organization (O) </message> |