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