| Index: chrome/browser/ui/webui/help/help_handler.cc
|
| diff --git a/chrome/browser/ui/webui/help/help_handler.cc b/chrome/browser/ui/webui/help/help_handler.cc
|
| index 1888868553a0f833b1a8bc4461f9c4eb52480a97..91bfbd442137955a95a4b2ba4eca2a16bf8d3756 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.cc
|
| +++ b/chrome/browser/ui/webui/help/help_handler.cc
|
| @@ -149,8 +149,7 @@ void HelpHandler::GetLocalizedValues(content::WebUIDataSource* source) {
|
| };
|
|
|
| static L10nResources resources[] = {
|
| - { "helpTitle", IDS_HELP_TITLE },
|
| - { "aboutTitle", IDS_ABOUT_TAB_TITLE },
|
| + { "aboutTitle", IDS_ABOUT_TITLE },
|
| #if defined(OS_CHROMEOS)
|
| { "aboutProductTitle", IDS_PRODUCT_OS_NAME },
|
| #else
|
|
|