| Index: chrome/browser/dom_ui/options/advanced_options_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.cc b/chrome/browser/dom_ui/options/advanced_options_handler.cc
|
| index e3975feca03dc221d464a46d324288d72612cf1b..9bb8ed00087a1f4348057c9297e4462d9f299151 100644
|
| --- a/chrome/browser/dom_ui/options/advanced_options_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/advanced_options_handler.cc
|
| @@ -68,8 +68,8 @@ void AdvancedOptionsHandler::GetLocalizedValues(
|
| GURL(chrome::kPrivacyLearnMoreURL)).spec());
|
| localized_strings->SetString("downloadLocationGroupName",
|
| l10n_util::GetStringUTF16(IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME));
|
| - localized_strings->SetString("downloadLocationBrowseButton",
|
| - l10n_util::GetStringUTF16(IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_BUTTON));
|
| + localized_strings->SetString("downloadLocationChangeButton",
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_DOWNLOADLOCATION_CHANGE_BUTTON));
|
| localized_strings->SetString("downloadLocationBrowseTitle",
|
| l10n_util::GetStringUTF16(IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE));
|
| localized_strings->SetString("downloadLocationBrowseWindowTitle",
|
|
|