[-] BO : #PSTP-73 : fix bug translations in AdminStatsTabController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16091 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-06-20 08:43:22 +00:00
parent 35e7fa4c4d
commit a0a405e974
@@ -36,7 +36,7 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
public function initContent()
{
$this->toolbar_title = $this->l('Stats');
$this->toolbar_title = $this->l('Stats', 'AdminStatsTab');
if ($this->display == 'view')
{
@@ -98,10 +98,10 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
$tpl = $this->createTemplate('engines.tpl');
$autoclean_period = array(
'never' => $this->l('Never'),
'week' => $this->l('Week'),
'month' => $this->l('Month'),
'year' => $this->l('Year'),
'never' => $this->l('Never', 'AdminStatsTab'),
'week' => $this->l('Week', 'AdminStatsTab'),
'month' => $this->l('Month', 'AdminStatsTab'),
'year' => $this->l('Year', 'AdminStatsTab')
);
$tpl->assign(array(