| Index: chrome/browser/gtk/options/advanced_contents_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/advanced_contents_gtk.cc (revision 21563)
|
| +++ chrome/browser/gtk/options/advanced_contents_gtk.cc (working copy)
|
| @@ -112,10 +112,8 @@
|
|
|
| // Download location options.
|
| download_location_button_ = gtk_file_chooser_button_new(
|
| - // TODO(mattm): There doesn't seem to be a reasonable localized string for
|
| - // the chooser title? (Though no other file choosers have a title either,
|
| - // bug 16890.)
|
| - "",
|
| + l10n_util::GetStringUTF8(
|
| + IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE2).c_str(),
|
| GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
|
| g_signal_connect(download_location_button_, "selection-changed",
|
| G_CALLBACK(OnDownloadLocationChanged), this);
|
|
|