Chromium Code Reviews| Index: components/omnibox_strings.grdp |
| diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp |
| index 8e9c7d2b403cbb679c9e7c5e18cca38941d81362..79c1f03e8f3d94952468893818c688a519189729 100644 |
| --- a/components/omnibox_strings.grdp |
| +++ b/components/omnibox_strings.grdp |
| @@ -18,4 +18,7 @@ |
| 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}} |
|
Mark P
2016/08/10 23:33:21
FYI, I've never seen a grdp line that looks anythi
mattreynolds
2016/08/11 01:25:03
Yup, this is the preferred way to handle plurals (
Mark P
2016/08/11 23:16:03
Should this be "URL_count"? That seems like more
mattreynolds
2016/08/16 20:35:25
Done.
|
| + </message> |
| </grit-part> |