| 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 6ee55663253ba8929781d85a951f4baa4970a7ed..45c44077981ba672c8e03f2d73452c86ca02be66 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.cc
|
| +++ b/chrome/browser/ui/webui/help/help_handler.cc
|
| @@ -143,8 +143,8 @@ void HelpHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| { "upToDate", IDS_UPGRADE_UP_TO_DATE },
|
| { "updating", IDS_UPGRADE_UPDATING },
|
| { "updateAlmostDone", IDS_UPGRADE_SUCCESSFUL_RELAUNCH },
|
| - { "getHelpWithChrome", IDS_GET_HELP_USING_CHROME },
|
| - { "reportAnIssue", IDS_REPORT_AN_ISSUE },
|
| + { "getHelpWithChrome", IDS_GET_HELP_USING_CHROME },
|
| + { "reportAnIssue", IDS_REPORT_AN_ISSUE },
|
| #if defined(OS_CHROMEOS)
|
| { "platform", IDS_PLATFORM_LABEL },
|
| { "firmware", IDS_ABOUT_PAGE_FIRMWARE },
|
|
|