//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -133,8 +133,8 @@ class StatsSales extends ModuleGraph
|
||||
{
|
||||
case 1:
|
||||
$this->_titles['main'][0] = $this->l('Products and orders');
|
||||
$this->_titles['main'][1] = $this->l('Orders');
|
||||
$this->_titles['main'][2] = $this->l('Products');
|
||||
$this->_titles['main'][1] = $this->l('orders');
|
||||
$this->_titles['main'][2] = $this->l('Products:');
|
||||
break;
|
||||
case 2:
|
||||
$currency = new Currency((int)Configuration::get('PS_CURRENCY_DEFAULT'));
|
||||
|
||||
Reference in New Issue
Block a user