diff --git a/Readme.md b/Readme.md index ad97267..cb3d645 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ NVD3 (http://nvd3.org/) is JavaScript library that was built specifically to generate beautiful charts using D3.js (http://d3js.org/), a JavaScript library built to manipulate documents based on data. -This module enables the NVD3 charting code for your own uses, providing you with ever so useful graphs. +Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ## Reporting issues diff --git a/graphnvd3.php b/graphnvd3.php index 9ebeae2..cdb84a0 100644 --- a/graphnvd3.php +++ b/graphnvd3.php @@ -49,7 +49,7 @@ function __construct($type = null) Module::__construct(); $this->displayName = $this->trans('NVD3 Charts', array(), 'Modules.Graphnvd3.Admin'); - $this->description = ''; + $this->description = $this->trans('Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.', array(), 'Modules.Graphnvd3.Admin'); $this->ps_versions_compliancy = array('min' => '1.7.1.0', 'max' => _PS_VERSION_); } diff --git a/logo.png b/logo.png index 15f6ca9..74cddb2 100644 Binary files a/logo.png and b/logo.png differ