Merge branch '3.6' of github.com:alchemy-fr/Phraseanet into 3.6

This commit is contained in:
Romain Neutron
2012-02-23 18:13:00 +01:00
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');
}
/**