fix report title

This commit is contained in:
Nicolas Le Goff
2012-02-23 15:34:25 +01:00
parent 14f8762fcf
commit 634de85b37
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ class module_report_edit extends module_report
public function __construct($arg1, $arg2, $sbas_id, $collist)
{
parent::__construct($arg1, $arg2, $sbas_id, $collist);
$this->title = _('report:: document ajoute');
$this->title = _('report:: edited documents');
}
/**

View File

@@ -47,7 +47,7 @@ class module_report_push extends module_report
public function __construct($arg1, $arg2, $sbas_id, $collist)
{
parent::__construct($arg1, $arg2, $sbas_id, $collist);
$this->title = _('report:: document ajoute');
$this->title = _('report:: pushed documents');
}
/**

View File

@@ -47,7 +47,7 @@ class module_report_validate extends module_report
public function __construct($arg1, $arg2, $sbas_id, $collist)
{
parent::__construct($arg1, $arg2, $sbas_id, $collist);
$this->title = _('report:: document ajoute');
$this->title = _('report:: validated documents');
}
/**