From 5174e84a93d1092319ad51e33e6f4e08b058abce Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth 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}

{i18n}Checkin{/i18n} -- libgit2 0.21.4