| Index: components/omnibox_strings.grdp
|
| diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
|
| index 2a1a7f0e4b93cba309298e856a06202e6c31b465..ea873c9c0038b4042fb80773ea1b375298243331 100644
|
| --- a/components/omnibox_strings.grdp
|
| +++ b/components/omnibox_strings.grdp
|
| @@ -24,7 +24,10 @@
|
| Search or type URL
|
| </message>
|
| </if>
|
| - <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="The label in the omnibox dropdown indicating that multiple nearby devices are broadcasting URLs.">
|
| - {URL_count, plural, =1 {1 web page found} other {# web pages found}}
|
| + <message name="IDS_PHYSICAL_WEB_OVERFLOW_DESCRIPTION" desc="The description in the omnibox dropdown indicating that multiple nearby devices are broadcasting URLs.">
|
| + Physical Web suggestions
|
| + </message>
|
| + <message name="IDS_PHYSICAL_WEB_OVERFLOW" desc="A label in the omnibox dropdown indicating the number of additional nearby devices broadcasting URLs.">
|
| + {URL_count, plural, =1 {and 1 more web page} other {and # more web pages}}
|
| </message>
|
| </grit-part>
|
|
|