From e26245c16bcacc9deec998dd506590394ec86198 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 4 Jun 2003 14:22:15 +0000 Subject: [PATCH] Used capitals in heading --- presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc index 20502fe..ddf55ed 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc @@ -30,7 +30,7 @@ function getDocumentPath($oDocument) { function getDocumentEmailPage($oDocument,$oUserArray) { global $default; - $sToRender = renderHeading("Email document link"); + $sToRender = renderHeading("Email Document Link"); $sToRender .= getDocumentPath($oDocument) . "\n
\n"; $sToRender .= "\n"; $sToRender .= "
Recipient name:\n"; -- libgit2 0.21.4