Chromium Code Reviews| Index: components/omnibox_strings.grdp |
| diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp |
| index 0c341ee424f8843914ecb8bfc0d29da1027f0773..954cf3f197ce3cb25e1becfa4dc198969383659c 100644 |
| --- a/components/omnibox_strings.grdp |
| +++ b/components/omnibox_strings.grdp |
| @@ -32,6 +32,9 @@ |
| <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> |
| + <message name="IDS_OFFLINE_VERBOSE_STATE" desc="Text for the Offline Omnibox Verbose srate. Displayed when the current page is loaded from a previously-downloaded cache."> |
|
cjgrant
2017/07/06 19:19:16
Do the states here have to be documented somewhere
fgorski
2017/07/06 20:01:34
typo:
s/srate/state/
cjgrant
2017/07/06 20:13:00
Oops! Nice catch, sorry.
cjgrant
2017/07/06 20:53:58
Done.
|
| + Offline |
| + </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 |