diff --git a/views/charts.views.inc b/views/charts.views.inc
index fdddb14f7851b9ed587ae99e7b8bd41cff6ce20f..2969f57957f8d4afc222bf5e175482d5486a6c19 100644
--- a/views/charts.views.inc
+++ b/views/charts.views.inc
@@ -13,7 +13,7 @@ function charts_views_plugins() {
   $plugins = array();
 
   $plugins['style']['chart'] = array(
-    'title' => t('Chart'),
+    'title' => t('Charts'),
     'help' => t('Displays the content in several Chart styles.'),
     'handler' => 'charts_plugin_style_chart',
     'uses row plugin' => FALSE,