From 050670fd54890cbf76215c7f49e9304cd331ded6 Mon Sep 17 00:00:00 2001 From: Pierre Vriens <pierre.vriens@inpetto.be> Date: Fri, 13 Feb 2015 20:21:06 +0100 Subject: [PATCH] #2327917 Resolve Views name space conflict with module chart --- views/charts.views.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/charts.views.inc b/views/charts.views.inc index fdddb14..2969f57 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, -- GitLab