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

Unified Diff: components/omnibox_strings.grdp

Issue 2319033006: Include a page title in the Physical Web omnibox overflow item (Closed)
Patch Set: changes for mpearson@, refactor unit tests Created 4 years, 3 months 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 side-by-side diff with in-line comments
Download patch
Index: components/omnibox_strings.grdp
diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
index 2a1a7f0e4b93cba309298e856a06202e6c31b465..852c181d88938344ff551e31d3df560744560366 100644
--- a/components/omnibox_strings.grdp
+++ b/components/omnibox_strings.grdp
@@ -24,7 +24,13 @@
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>
+ <message name="IDS_PHYSICAL_WEB_OVERFLOW_EMPTY_TITLE" desc="A label in the omnibox dropdown indicating the number of additional nearby devices broadcasting URLs. This version is used when the title of the top result is empty.">
+ {URL_count, plural, =1 {1 web page nearby} other {# web pages nearby}}
</message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698