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

Unified Diff: chrome/app/media_router_strings.grdp

Issue 1554663002: [Media Router] First Run Flow WebUI and strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/app/media_router_strings.grdp
diff --git a/chrome/app/media_router_strings.grdp b/chrome/app/media_router_strings.grdp
index 79808ce9d0c5c4e2928d672371f8032e18afbcba..282f3232130e970712e25a8d1bd8a6cc0e32e1da 100644
--- a/chrome/app/media_router_strings.grdp
+++ b/chrome/app/media_router_strings.grdp
@@ -48,6 +48,17 @@
Report an issue
</message>
+ <!-- First Run Flow -->
+ <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE" desc="Title of the first run flow, which is shown to the user the first time they use Media Router, until they acknowledge the message. This is a welcome message that introduces Media Router to the user.">
+ Welcome to the Cast experience in Chromium!
imcheng 2015/12/30 18:48:59 This will have to say "... in Google Chrome!" for
apacible 2015/12/31 00:38:03 Hm, okay. I was going to redefine the string in Ch
+ </message>
+ <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT" desc="Text of the first run flow, which is shown to the user the first time they use Media Router. This is an introductory description of what Media Router does.">
+ You can use this feature to display content from Chromium on your TV or other devices.
+ </message>
+ <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_BUTTON" desc="Acknowledge button for the first run flow, which, on click, will dismiss the first run flow and set the current profile's preference that the user has acknowledged the first run flow.">
+ Ok, got it
+ </message>
+
<!-- Issue Actions -->
<message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, on click, will dismiss the current issue.">
Dismiss

Powered by Google App Engine
This is Rietveld 408576698