From 969d095a8c4d0125c5a171559c2a28db146e5049 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 15 Jul 2003 13:30:57 +0000 Subject: [PATCH] (#2749) changed title --- presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc index fcf949c..f387e26 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc @@ -96,7 +96,7 @@ function renderCheckInPage($oDocument) { * @param object the document to view and check out */ function getCheckInPage($oDocument) { - $sToRender .= renderHeading("Document Detail"); + $sToRender .= renderHeading("Check In Document"); $sToRender .= renderDocumentPath($oDocument, false) . "\n\n"; $sToRender .= renderCheckInPage($oDocument); $sToRender .= renderDocumentData($oDocument, $bEdit); -- libgit2 0.21.4