| 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 7eeee986a660f219d7a4b49bc5b6f16efbfdc530..4710dbdf947a7770b50e779d5218ff4bc4d48686 100644 | 
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc | 
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc | 
| @@ -316,7 +316,7 @@ void ContentSettingsHandler::GetLocalizedValues( | 
| {"javascript_header", IDS_JAVASCRIPT_HEADER}, | 
| {"javascriptAllow", IDS_JS_ALLOW_RADIO}, | 
| {"javascriptBlock", IDS_JS_DONOTALLOW_RADIO}, | 
| -    // Plug-ins filter. | 
| +    // Plugins filter. | 
| {"pluginsTabLabel", IDS_PLUGIN_TAB_LABEL}, | 
| {"plugins_header", IDS_PLUGIN_HEADER}, | 
| {"pluginsAllow", IDS_PLUGIN_ALLOW_RADIO}, | 
|  |