replace phrase 'documents_to_check' by 'documents_to_process'

This commit is contained in:
Uwe Steinmann 2016-02-10 10:34:44 +01:00
parent 65ce04d175
commit 2e6511ebec

View File

@ -470,7 +470,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
} }
// List the documents where a review has been requested. // List the documents where a review has been requested.
$this->contentHeading(getMLText("documents_to_check")); $this->contentHeading(getMLText("documents_to_process"));
$this->contentContainerStart(); $this->contentContainerStart();
$printheader=true; $printheader=true;
$iRev = array(); $iRev = array();