Chromium Code Reviews| Index: chrome/browser/ui/webui/uber/uber_ui.cc |
| diff --git a/chrome/browser/ui/webui/uber/uber_ui.cc b/chrome/browser/ui/webui/uber/uber_ui.cc |
| index 31879268d87d75aebdb046dcee0dfab372a5a67f..9e2507999fb25ebbb2d56a3aabfae4fa032e3971 100644 |
| --- a/chrome/browser/ui/webui/uber/uber_ui.cc |
| +++ b/chrome/browser/ui/webui/uber/uber_ui.cc |
| @@ -108,7 +108,7 @@ content::WebUIDataSource* CreateUberFrameHTMLSource(Profile* profile) { |
| IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE); |
| source->AddString("helpHost", |
| ASCIIToUTF16(chrome::kChromeUIHelpHost)); |
| - source->AddLocalizedString("helpDisplayName", IDS_HELP_TITLE); |
| + source->AddLocalizedString("helpDisplayName", IDS_ABOUT_TITLE); |
|
Dan Beam
2014/06/06 21:11:23
nit: maybe rename helpDisplayName and all the othe
|
| source->AddString("historyHost", |
| ASCIIToUTF16(chrome::kChromeUIHistoryHost)); |
| source->AddLocalizedString("historyDisplayName", IDS_HISTORY_TITLE); |