| 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 7856296220e3d309c74a5383a6fd41c9e5a99766..bfdf64596e8ab2b3316f923cdfa44031f8c6d75e 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 },
|
|
|