| Index: chrome/browser/ui/webui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| index 929a618c3da303b6a2583274a03a722f54bc9c99..1a946c484e7d12cfe9cc7b9aa83b354b10b75dff 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -329,7 +329,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| {"pluginsDetect", IDS_PLUGIN_DETECT_RADIO},
|
| {"pluginsAsk", IDS_PLUGIN_ASK_RADIO},
|
| {"pluginsBlock", IDS_PLUGIN_BLOCK_RADIO},
|
| - {"disableIndividualPlugins", IDS_PLUGIN_SELECTIVE_DISABLE},
|
| + {"manageIndividualPlugins", IDS_PLUGIN_MANAGE_INDIVIDUAL},
|
| // Pop-ups filter.
|
| {"popupsTabLabel", IDS_POPUP_TAB_LABEL},
|
| {"popups_header", IDS_POPUP_HEADER},
|
|
|