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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2812983004: [MD settings] link to font settings from a11y subpage (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/manage_a11y_page.js ('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/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 10038caf35f70ec9e5d2e9f62a0494f42ca156db..80702224aa29bf7c9c636d3f679b59f8ae275052 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -172,10 +172,10 @@ void AddA11yStrings(content::WebUIDataSource* html_source) {
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DISPLAY_SETTINGS_TITLE},
{"displaySettingsDescription",
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DISPLAY_SETTINGS_DESCRIPTION},
- {"appearanceSettingsTitle",
- IDS_OPTIONS_SETTINGS_ACCESSIBILITY_APPEARANCE_SETTINGS_TITLE},
- {"appearanceSettingsDescription",
- IDS_OPTIONS_SETTINGS_ACCESSIBILITY_APPEARANCE_SETTINGS_DESCRIPTION},
+ {"fontSettingsTitle",
+ IDS_OPTIONS_SETTINGS_ACCESSIBILITY_FONT_SETTINGS_TITLE},
+ {"fontSettingsDescription",
+ IDS_OPTIONS_SETTINGS_ACCESSIBILITY_FONT_SETTINGS_DESCRIPTION},
{"keyboardHeading", IDS_OPTIONS_SETTINGS_ACCESSIBILITY_KEYBOARD_HEADING},
{"keyboardSettingsTitle",
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_KEYBOARD_SETTINGS_TITLE},
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/manage_a11y_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698