From db050a46bb81c86912b1ee6632788f2d167da8f7 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 15 Jul 2003 10:32:56 +0000 Subject: [PATCH] (#2676) changed the heading from Document Detail to Check Out Document --- presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc index 3028c5f..3c29039 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc @@ -46,7 +46,7 @@ function renderCheckOutPage($oDocument) { function getCheckOutPage($oDocument, $bCheckedOut = false) { global $default; - $sToRender .= renderHeading("Document Detail"); + $sToRender .= renderHeading("Check Out Document"); $sToRender .= renderDocumentPath($oDocument, false) . "\n\n"; if ($bCheckedOut) { $sToRender .= ""; -- libgit2 0.21.4