use better text when no documents needs attention

This commit is contained in:
Uwe Steinmann 2013-02-16 19:12:30 +01:00
parent 15216ebd5a
commit 09d0a1defd

View File

@ -100,7 +100,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
if (!$printheader) {
echo "</tbody>\n</table>";
} else {
printMLText("no_docs_to_review");
printMLText("no_docs_to_look_at");
}
$this->contentContainerEnd();
@ -155,7 +155,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
if (!$printheader) {
echo "</tbody>\n</table>";
}else{
printMLText("empty_notify_list");
printMLText("no_docs_to_look_at");
}