Skip to content
Snippets Groups Projects
Commit 050670fd authored by Pierre Vriens's avatar Pierre Vriens
Browse files

#2327917 Resolve Views name space conflict with module chart

parent 436d278a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ function charts_views_plugins() { ...@@ -13,7 +13,7 @@ function charts_views_plugins() {
$plugins = array(); $plugins = array();
$plugins['style']['chart'] = array( $plugins['style']['chart'] = array(
'title' => t('Chart'), 'title' => t('Charts'),
'help' => t('Displays the content in several Chart styles.'), 'help' => t('Displays the content in several Chart styles.'),
'handler' => 'charts_plugin_style_chart', 'handler' => 'charts_plugin_style_chart',
'uses row plugin' => FALSE, 'uses row plugin' => FALSE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment