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

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

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments in components/content_settings/ Created 4 years, 5 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 c9ed5982c1b4ee9bdc80d40e950c881767c3c211..1c786e077cf0fd8a611f5330e7a1ca7bd50d61d0 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2392,6 +2392,9 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_MEDIA_NOTIFICATION_LINK_TEXT" desc="Url of the current tab. The notification will display this text for the user to identify the tab to return to.">
Touch to return to <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex></ph>
</message>
+ <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="Text to be shown as a notification when screen capture is in progress.">
+ The <ph name="URL_OF_THE_CURRENT_TAB">%1$s<ex>https://apprtc.appspot.com</ex></ph> is sharing your screen now
miu 2016/07/14 22:25:52 Please end this sentence with a period.
miu 2016/07/14 22:25:52 Should this be the URL or the Title of the tab?
braveyao 2016/07/18 20:46:31 It's URL. See 'IDS_MEDIA_NOTIFICATION_LINK_TEXT'.
braveyao 2016/07/18 20:46:31 Period will be added later, not here, same as audi
+ </message>
<message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a user opens an incognito tab explaining incognito mode">
You’ve gone incognito.
</message>

Powered by Google App Engine
This is Rietveld 408576698