| Index: chrome/browser/ui/webui/settings/downloads_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/downloads_handler.cc b/chrome/browser/ui/webui/settings/downloads_handler.cc
|
| index 4654d4145f6af046dcb9dede835b456f2e454ef0..6a6a9ec0af72d4512cc22b665863c2618b9058dc 100644
|
| --- a/chrome/browser/ui/webui/settings/downloads_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/downloads_handler.cc
|
| @@ -48,7 +48,7 @@ void DownloadsHandler::HandleSelectDownloadLocation(
|
| info.support_drive = true;
|
| select_folder_dialog_->SelectFile(
|
| ui::SelectFileDialog::SELECT_FOLDER,
|
| - l10n_util::GetStringUTF16(IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL),
|
| + l10n_util::GetStringUTF16(IDS_SETTINGS_DOWNLOAD_LOCATION),
|
| pref_service->GetFilePath(prefs::kDownloadDefaultDirectory), &info, 0,
|
| base::FilePath::StringType(),
|
| web_ui()->GetWebContents()->GetTopLevelNativeWindow(), NULL);
|
|
|