Commit 5fdf83a1faa7b76b87932c8b5e172ee665caa621

Authored by michael
1 parent 0c9bba39

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