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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1326593006: Add the Physical Web to Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an OWNERS file Created 5 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: 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 c827efa3bccb075e4acab2019203c02e4ae340a9..0d1d13ea5e2d32cb3d9648fd1866329c828eecf1 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2243,6 +2243,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}
+ other {# URLs Nearby}}
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698