Chromium Code Reviews| Index: components/pageinfo_strings.grdp |
| diff --git a/components/pageinfo_strings.grdp b/components/pageinfo_strings.grdp |
| index 54e83360073f566cd86ba768baaecb579aab2866..d4f175e2823b335f073a5ec9ea0d248646bdd593 100644 |
| --- a/components/pageinfo_strings.grdp |
| +++ b/components/pageinfo_strings.grdp |
| @@ -1,5 +1,17 @@ |
| <?xml version="1.0" encoding="utf-8"?> |
| <grit-part> |
| + |
| + <!-- Certificate Viewer link --> |
|
lgarron
2017/04/20 19:12:56
FYI: This file was renamed; you'll have to rebase
elawrence
2017/04/27 14:56:34
Acknowledged.
|
| + <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate area in the Page Information Window, shown when a HTTPS site is loaded."> |
| + Certificate |
| + </message> |
| + <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="Text of the link that launches the Certificate Viewer. This appears in the Page Information Window when a HTTPS site is loaded with a valid certificate."> |
| + Valid |
| + </message> |
| + <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="Text of the link that launches the Certificate Viewer. This appears in the Page Information Window when a HTTPS site is loaded with an invalid certificate, e.g. https://wrong.host.badssl.com/."> |
| + Invalid |
| + </message> |
| + |
| <!-- Summary strings --> |
| <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at the top of the Page Info bubble (which shows when you click the lock icon) that indicates that the connection to the current website is secure."> |
| Secure connection |