Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: components/pageinfo_strings.grdp

Issue 2506473002: Page Info (Views): Change "Details" link (sec. panel) to "Learn more" (help center). (Closed)
Patch Set: Update comment. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble."> 3 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble.">
4 What do these mean? 4 What do these mean?
5 </message> 5 </message>
6 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MINOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2016 and contains a SHA1 signat ure in the chain (as opposed to 2017 or later). Such certificates will not be su pported in a future version of Chrome."> 6 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MINOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2016 and contains a SHA1 signat ure in the chain (as opposed to 2017 or later). Such certificates will not be su pported in a future version of Chrome.">
7 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1. 7 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1.
8 </message> 8 </message>
9 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MAJOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2017 or later and contains a SH A1 signature in the chain (as opposed to 2016). Such certificates will not be su pported in a future version of Chrome."> 9 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MAJOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2017 or later and contains a SH A1 signature in the chain (as opposed to 2016). Such certificates will not be su pported in a future version of Chrome.">
10 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1. 10 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <if expr="not use_titlecase"> 64 <if expr="not use_titlecase">
65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
66 Certificate information 66 Certificate information
67 </message> 67 </message>
68 </if> 68 </if>
69 <if expr="use_titlecase"> 69 <if expr="use_titlecase">
70 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> 70 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate.">
71 Certificate Information 71 Certificate Information
72 </message> 72 </message>
73 </if> 73 </if>
74
75 <message name="IDS_PAGE_INFO_LEARN_MORE" desc="Text on a button or a link that takes the user to a page explaining connection security details.">
msw 2016/11/15 01:56:07 Use IDS_LEARN_MORE instead of adding a duplicate s
lgarron 2016/11/29 02:12:02 Ooh, neat. Done.
76 Learn more
77 </message>
74 </grit-part> 78 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698