From 4558fe759e08508e30ba2f30a7c0694d9b992040 Mon Sep 17 00:00:00 2001
From: bshuttle
Date: Mon, 6 Feb 2006 14:35:24 +0000
Subject: [PATCH] - make the checkin text clearer for KTS-306
---
templates/ktcore/action/checkin.smarty | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/templates/ktcore/action/checkin.smarty b/templates/ktcore/action/checkin.smarty
index ecfd8bd..c3aa103 100644
--- a/templates/ktcore/action/checkin.smarty
+++ b/templates/ktcore/action/checkin.smarty
@@ -1,14 +1,10 @@
{i18n}Checking in a document updates the document
-and allows others to check out the document.{/i18n}
+and allows others to make changes to the document and its metadata.{/i18n}
{assign var=iDocumentId value=$context->oDocument->getId()}
-{capture assign=cancellink}
-{"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"}
-{/capture}
-{i18n arg_link=$cancellink}If you do not
-intend to edit the document, and you do not wish to prevent others from
-changing the document, you should cancel
-this checkout.{/i18n}
+{i18n}If you do not
+intend to change the document, or you do not wish to prevent others from
+changing the document, you should rather use the action menu to cancel this checkout.{/i18n}