From cf4056fa024629dd6caac40a58f2c1ab7ddfab70 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 13 Jan 2006 15:17:20 +0000 Subject: [PATCH] - change the titles to match the actions. (need a nomenclature review) --- templates/kt3/document/metadata_history.smarty | 2 +- templates/kt3/view_document_history.smarty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/kt3/document/metadata_history.smarty b/templates/kt3/document/metadata_history.smarty index c4a1528..1630d38 100644 --- a/templates/kt3/document/metadata_history.smarty +++ b/templates/kt3/document/metadata_history.smarty @@ -1,4 +1,4 @@ -

{i18n}Metadata History{/i18n}: {$document->getName()}

+

{i18n}Version History{/i18n}: {$document->getName()}

{i18n}This page lists versions of document metadata and allows you to compare a metadata version with the current metadata content.{/i18n}

diff --git a/templates/kt3/view_document_history.smarty b/templates/kt3/view_document_history.smarty index 5d6515b..6b623db 100644 --- a/templates/kt3/view_document_history.smarty +++ b/templates/kt3/view_document_history.smarty @@ -1,4 +1,4 @@ -

{i18n}Document History{/i18n}: {$document->getName()}

+

{i18n}Transaction History{/i18n}: {$document->getName()}

{i18n}This page provides details of all activities that have been carried out on the document.{/i18n}

-- libgit2 0.21.4