From 30abf81df30930d64ae3fde113075a07dee8e23c Mon Sep 17 00:00:00 2001 From: bshuttle Date: Wed, 16 Aug 2006 12:42:04 +0000 Subject: [PATCH] show document name, for consistency. --- templates/ktcore/action/cancel_checkout.smarty | 3 ++- templates/ktcore/action/checkout.smarty | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/ktcore/action/cancel_checkout.smarty b/templates/ktcore/action/cancel_checkout.smarty index bd1fab0..a8f0776 100644 --- a/templates/ktcore/action/cancel_checkout.smarty +++ b/templates/ktcore/action/cancel_checkout.smarty @@ -1,4 +1,5 @@ -

{i18n}Cancel Checkout{/i18n}

+

{i18n arg_docname=$context->oDocument->getName()}Cancel Checkout: #docname#{/i18n}

+

{i18n}If you do not want to have this document be checked-out, please give a reason and cancel the checkout.{/i18n}

diff --git a/templates/ktcore/action/checkout.smarty b/templates/ktcore/action/checkout.smarty index 0402732..bf1f89b 100644 --- a/templates/ktcore/action/checkout.smarty +++ b/templates/ktcore/action/checkout.smarty @@ -1,3 +1,5 @@ +

{i18n arg_docname=$context->oDocument->getName()}Checkout Document: #docname#{/i18n}

+

{i18n}Checking out a document reserves it for your exclusive use. This ensures that you can edit the document without anyone else changing the document and placing it into the document -- libgit2 0.21.4