| 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 613e1ca97bf948dc79f34028aded0081e461da42..61d836716772c2cf21176132aac2e1af8653e4f8 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 },
|
|
|