Commit 2e3b42190ed5f972b8a2506666035bb4c9932580
1 parent
5fdf83a1
corrected grammar.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2685 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutUI.inc
| ... | ... | @@ -41,7 +41,7 @@ function getEditCheckoutPage($fDocumentID){ |
| 41 | 41 | $oUser = User::get($oDocument->getCheckedOutUserID()); |
| 42 | 42 | $sToRender .= renderHeading("Edit Document Checkout"); |
| 43 | 43 | $sToRender .= "<table>\n"; |
| 44 | - $sToRender .= "<tr><td colspan=\"2\">Are you sure you want to Check In this document:</tr></td>"; | |
| 44 | + $sToRender .= "<tr><td colspan=\"2\">Are you sure you want to Check In the document:</tr></td>"; | |
| 45 | 45 | $sToRender .= "<tr><td width=\"20%\">Path</td><td><b>" . $oDocument->getDisplayPath() . "</b></td></tr>"; |
| 46 | 46 | $sToRender .= "<tr><td>Checked Out By</td><td><b>" . $oUser->getName() . "</b></td></tr>"; |
| 47 | 47 | $sToRender .= "<input type=\"hidden\" name=\"fUpdate\" value=\"1\">\n"; | ... | ... |