Chromium Code Reviews| Index: chrome/android/java/strings/android_chrome_strings.grd |
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
| index 427efbe28b79e62ed43d2798aadcf486232fbb04..31a2096dc6b3583a430bb48025b39767a9a4e9c9 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -2240,6 +2240,13 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr |
| <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| mobile_awsnap |
| </message> |
| + |
| + <!-- Physical Web strings --> |
| + <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of quantity of discovered URLs nearby."> |
| + {NUM_URLS, plural, |
| + =1 {1 URL Nearby} |
|
newt (away)
2015/09/11 22:12:12
Note: Android uses "Sentence case" for UI strings.
cco3
2015/09/11 22:19:12
Done.
|
| + other {# URLs Nearby}} |
| + </message> |
| </messages> |
| </release> |
| </grit> |