Commit cf4056fa024629dd6caac40a58f2c1ab7ddfab70

Authored by bshuttle
1 parent dfb14eeb

- change the titles to match the actions. (need a nomenclature review)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4591 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/kt3/document/metadata_history.smarty
1   -<h2>{i18n}Metadata History{/i18n}: {$document->getName()}</h2>
  1 +<h2>{i18n}Version History{/i18n}: {$document->getName()}</h2>
2 2  
3 3 <p class="descriptiveText">{i18n}This page lists versions of document metadata and allows you to compare a metadata version with the current metadata content.{/i18n}</p>
4 4  
... ...
templates/kt3/view_document_history.smarty
1   -<h2>{i18n}Document History{/i18n}: {$document->getName()}</h2>
  1 +<h2>{i18n}Transaction History{/i18n}: {$document->getName()}</h2>
2 2  
3 3 <p class="descriptiveText">{i18n}This page provides details of all activities that have been carried out on the document.{/i18n}</p>
4 4  
... ...