Commit e26245c16bcacc9deec998dd506590394ec86198
1 parent
c5d70751
Used capitals in heading
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2072 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc
| ... | ... | @@ -30,7 +30,7 @@ function getDocumentPath($oDocument) { |
| 30 | 30 | |
| 31 | 31 | function getDocumentEmailPage($oDocument,$oUserArray) { |
| 32 | 32 | global $default; |
| 33 | - $sToRender = renderHeading("Email document link"); | |
| 33 | + $sToRender = renderHeading("Email Document Link"); | |
| 34 | 34 | $sToRender .= getDocumentPath($oDocument) . "\n<br>\n"; |
| 35 | 35 | $sToRender .= "<table>\n"; |
| 36 | 36 | $sToRender .= "<tr><td>Recipient name:</td><td>\n"; | ... | ... |