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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc

Issue 2154203004: [Media Router WebUI] Update "Device missing?" messaging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
index 2156ef827be8b1f18bb817ce6271692e49e6c032..4f3e6bf1440436fc3f502a96fc2cbca7f5339988 100644
--- a/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc
@@ -58,8 +58,8 @@ void AddMediaRouterContainerStrings(content::WebUIDataSource* html_source) {
#endif // defined(GOOGLE_CHROME_BUILD)
html_source->AddLocalizedString("autoCastMode",
IDS_MEDIA_ROUTER_AUTO_CAST_MODE);
- html_source->AddLocalizedString("deviceMissingText",
- IDS_MEDIA_ROUTER_DEVICE_MISSING);
+ html_source->AddLocalizedString("destinationMissingText",
+ IDS_MEDIA_ROUTER_DESTINATION_MISSING);
html_source->AddLocalizedString("searchInputLabel",
IDS_MEDIA_ROUTER_SEARCH_LABEL);
html_source->AddLocalizedString("searchNoMatchesText",
« no previous file with comments | « chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698