mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
fix report title
This commit is contained in:
@@ -47,7 +47,7 @@ class module_report_edit extends module_report
|
|||||||
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
||||||
{
|
{
|
||||||
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
||||||
$this->title = _('report:: document ajoute');
|
$this->title = _('report:: edited documents');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -47,7 +47,7 @@ class module_report_push extends module_report
|
|||||||
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
||||||
{
|
{
|
||||||
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
||||||
$this->title = _('report:: document ajoute');
|
$this->title = _('report:: pushed documents');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -47,7 +47,7 @@ class module_report_validate extends module_report
|
|||||||
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
public function __construct($arg1, $arg2, $sbas_id, $collist)
|
||||||
{
|
{
|
||||||
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
parent::__construct($arg1, $arg2, $sbas_id, $collist);
|
||||||
$this->title = _('report:: document ajoute');
|
$this->title = _('report:: validated documents');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user