From 09d0a1defd382898128a2e422e551ebf9215120a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 16 Feb 2013 19:12:30 +0100 Subject: [PATCH] use better text when no documents needs attention --- views/bootstrap/class.WorkflowSummary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.WorkflowSummary.php b/views/bootstrap/class.WorkflowSummary.php index f1aa73124..39e4e1f17 100644 --- a/views/bootstrap/class.WorkflowSummary.php +++ b/views/bootstrap/class.WorkflowSummary.php @@ -100,7 +100,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style { if (!$printheader) { echo "\n"; } 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 "\n"; }else{ - printMLText("empty_notify_list"); + printMLText("no_docs_to_look_at"); }