| 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 e5f02cca008ae843f6acd3b2126df7919daf9abd..4d20c977e69c6d784dade2418383992cbeb8c59e 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -323,7 +323,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| { "plugins_header", IDS_PLUGIN_HEADER },
|
| { "pluginsAsk", IDS_PLUGIN_ASK_RADIO },
|
| { "pluginsAllow", IDS_PLUGIN_LOAD_RADIO },
|
| - { "pluginsBlock", IDS_PLUGIN_NOLOAD_RADIO },
|
| + { "pluginsBlock", IDS_PLUGIN_ASK_MENU_RADIO },
|
| { "disableIndividualPlugins", IDS_PLUGIN_SELECTIVE_DISABLE },
|
| // Pop-ups filter.
|
| { "popupsTabLabel", IDS_POPUP_TAB_LABEL },
|
|
|