| 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 d7a8b1b430642532ca5ff22b32e88163d10c97d6..51b700650b93a43d4904308856b0579750b6dc29 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.cc
|
| +++ b/chrome/browser/ui/webui/help/help_handler.cc
|
| @@ -120,8 +120,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 },
|
|
|