Fix trans
This commit is contained in:
parent
f038cca39e
commit
e512c9aeee
@ -161,6 +161,7 @@ class Utils
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($count > 0) {
|
if ($count > 0) {
|
||||||
|
$langs->load("admin");
|
||||||
$this->output = $langs->trans("PurgeNDirectoriesDeleted", $countdeleted);
|
$this->output = $langs->trans("PurgeNDirectoriesDeleted", $countdeleted);
|
||||||
if ($count > $countdeleted) {
|
if ($count > $countdeleted) {
|
||||||
$this->output .= '<br>'.$langs->trans("PurgeNDirectoriesFailed", ($count - $countdeleted));
|
$this->output .= '<br>'.$langs->trans("PurgeNDirectoriesFailed", ($count - $countdeleted));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user