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

Side by Side Diff: chrome/app/media_router_strings.grdp

Issue 1833953002: [Media Router Action] Update icon tooltip text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/media_router_action.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Media Router-specific strings (included from generated_resources.grd). --> 2 <!-- Media Router-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- General --> 4 <!-- General -->
5 <message name="IDS_MEDIA_ROUTER_TITLE" desc="Title of a dialog offering possib le actions for Media Router, which enables users to mirror individual tabs or de sktop as well as cast content to a device."> 5 <message name="IDS_MEDIA_ROUTER_TITLE" desc="Title of a dialog offering possib le actions for Media Router, which enables users to mirror individual tabs or de sktop as well as cast content to a device.">
6 Media Router 6 Media Router
7 </message> 7 </message>
8 <message name="IDS_MEDIA_ROUTER_SHARE_YOUR_SCREEN_TEXT" desc="Tooltip for the Media Router Action icon, which appears in the toolbar. The tooltip appears on m ouseover of the icon."> 8 <message name="IDS_MEDIA_ROUTER_ICON_TOOLTIP_TEXT" desc="Tooltip for the Media Router Action icon, which appears in the toolbar. The tooltip appears on mouseo ver of the icon.">
9 Share your screen 9 Display on another screen
10 </message> 10 </message>
11 <message name="IDS_MEDIA_ROUTER_MENU_ITEM_TITLE" desc="Title of menu item for Media Router, which appears in the overflow menu and page contextual menus."> 11 <message name="IDS_MEDIA_ROUTER_MENU_ITEM_TITLE" desc="Title of menu item for Media Router, which appears in the overflow menu and page contextual menus.">
12 Cast... 12 Cast...
13 </message> 13 </message>
14 <message name="IDS_MEDIA_ROUTER_LEARN_MORE" desc="Text of a menu item or link which, on click, opens a page with more information or relevant help center page ."> 14 <message name="IDS_MEDIA_ROUTER_LEARN_MORE" desc="Text of a menu item or link which, on click, opens a page with more information or relevant help center page .">
15 Learn more 15 Learn more
16 </message> 16 </message>
17 17
18 <!-- Cast Modes --> 18 <!-- Cast Modes -->
19 <message name="IDS_MEDIA_ROUTER_AUTO_CAST_MODE" desc="Title for auto cast mode that appears as the header of a list of devices. This represents the mode that will be initially shown, if the list of sinks supports more than one of the cast modes below. Note that auto mode is not a real cast mode and merely serves as a proxy for the other cast modes. This is NOT shown as a dropdown option."> 19 <message name="IDS_MEDIA_ROUTER_AUTO_CAST_MODE" desc="Title for auto cast mode that appears as the header of a list of devices. This represents the mode that will be initially shown, if the list of sinks supports more than one of the cast modes below. Note that auto mode is not a real cast mode and merely serves as a proxy for the other cast modes. This is NOT shown as a dropdown option.">
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 </message> 116 </message>
117 117
118 <!-- Sink Search --> 118 <!-- Sink Search -->
119 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list."> 119 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list.">
120 Search 120 Search
121 </message> 121 </message>
122 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text."> 122 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text.">
123 No matches 123 No matches
124 </message> 124 </message>
125 </grit-part> 125 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/media_router_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698