| Index: components/omnibox_strings.grdp
|
| diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
|
| index 2a1a7f0e4b93cba309298e856a06202e6c31b465..dd12b686b5ace782381425f2b414b4be9aeb14f1 100644
|
| --- a/components/omnibox_strings.grdp
|
| +++ b/components/omnibox_strings.grdp
|
| @@ -13,12 +13,15 @@
|
| <message name="IDS_SECURE_CONNECTION_EV" desc="Short text shown in the location bar when the connection is secure with an EV cert.">
|
| <ph name="ORGANIZATION">$1<ex>Paypal Inc.</ex></ph> [<ph name="COUNTRY">$2<ex>US</ex></ph>]
|
| </message>
|
| - <message name="IDS_SECURE_VERBOSE_STATE" desc="Text for the Secure Omnibox Verbose State.">
|
| + <message name="IDS_SECURE_VERBOSE_STATE" desc="Text for the Secure Omnibox Verbose State. Displayed when the current page has a HTTPS connection.">
|
| Secure
|
| </message>
|
| - <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="Text for the Now Secure Omnibox Verbose State.">
|
| + <message name="IDS_NOT_SECURE_VERBOSE_STATE" desc="Text for the Not Secure Omnibox Verbose State. Displayed when the current page has a HTTP or invalid HTTPS connection.">
|
| Not Secure
|
| </message>
|
| + <message name="IDS_DANGEROUS_VERBOSE_STATE" desc="Text for the Dangerous Omnibox Verbose State. Displayed when the current page fails the malware check.">
|
| + Dangerous
|
| + </message>
|
| <if expr="is_ios">
|
| <message name="IDS_OMNIBOX_EMPTY_HINT" desc="The text displayed in the omnibox when it is empty.">
|
| Search or type URL
|
|
|