mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix error msg
This commit is contained in:
parent
3011f96372
commit
babba864a1
|
@ -45,7 +45,7 @@ if (!is_object($rmuser)) {
|
|||
}
|
||||
|
||||
if ($rmuser->getID()==$user->getID()) {
|
||||
UI::exitError(getMLText("transfer_objects"),getMLText("cannot_delete_yourself"));
|
||||
UI::exitError(getMLText("transfer_objects"),getMLText("cannot_transfer_your_objects"));
|
||||
}
|
||||
|
||||
$allusers = $dms->getAllUsers($settings->_sortUsersInList);
|
||||
|
|
Loading…
Reference in New Issue
Block a user