mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix translation string
This commit is contained in:
parent
cd4eb3d115
commit
d2c55cd685
|
@ -150,7 +150,7 @@ foreach ($pIndRev as $p) {
|
|||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied"));
|
||||
break;
|
||||
case -3:
|
||||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("recipient_already_assigned"));
|
||||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("revisor_already_assigned"));
|
||||
break;
|
||||
case -4:
|
||||
// email error
|
||||
|
|
Loading…
Reference in New Issue
Block a user