Commit 620069e145f42aff932d2d783485ac4bbdf31906

Authored by Michael Joseph
1 parent 05e745ac

corrected empty grid message


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2684 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php
@@ -46,7 +46,7 @@ if (checkSession()) { @@ -46,7 +46,7 @@ if (checkSession()) {
46 } 46 }
47 } 47 }
48 } else { 48 } else {
49 - $sToRender .= "<tr><td colspan=\"3\">There are no checked out document</td></tr>"; 49 + $sToRender .= "<tr><td colspan=\"3\">There are no checked out documents</td></tr>";
50 } 50 }
51 $sToRender .= "</table>"; 51 $sToRender .= "</table>";
52 52