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

Unified Diff: chrome/browser/ui/webui/set_as_default_browser_ui_win.cc

Issue 2713243004: MD Settings: give Chrome logo an alt text (Closed)
Patch Set: Created 3 years, 10 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/browser/ui/webui/set_as_default_browser_ui_win.cc
diff --git a/chrome/browser/ui/webui/set_as_default_browser_ui_win.cc b/chrome/browser/ui/webui/set_as_default_browser_ui_win.cc
index 79de58f1957c634232ba7b460575847cc7bf82a1..d0cecfb2392df0ed2674f97d626415152ecf1178 100644
--- a/chrome/browser/ui/webui/set_as_default_browser_ui_win.cc
+++ b/chrome/browser/ui/webui/set_as_default_browser_ui_win.cc
@@ -74,7 +74,7 @@ content::WebUIDataSource* CreateSetAsDefaultBrowserUIHTMLSource() {
IDS_METRO_FLOW_DESCRIPTION);
data_source->AddLocalizedString("flowNext", IDS_METRO_FLOW_SET_DEFAULT);
data_source->AddLocalizedString("chromeLogoString",
- IDS_METRO_FLOW_LOGO_STRING_ALT);
+ IDS_SHORT_PRODUCT_LOGO_ALT_TEXT);
data_source->SetJsonPath("strings.js");
data_source->AddResourcePath("set_as_default_browser.js",
IDR_SET_AS_DEFAULT_BROWSER_JS);

Powered by Google App Engine
This is Rietveld 408576698