From d13bafe5c05179a822801330dad121a4fecbaee1 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Thu, 28 Sep 2006 14:31:09 +0000 Subject: [PATCH] a few more translation tags. --- lib/documentmanagement/documentutil.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/documentmanagement/documentutil.inc.php b/lib/documentmanagement/documentutil.inc.php index ac6479d..fe855f5 100644 --- a/lib/documentmanagement/documentutil.inc.php +++ b/lib/documentmanagement/documentutil.inc.php @@ -143,7 +143,7 @@ class KTDocumentUtil { function checkout($oDocument, $sCheckoutComment, $oUser) { if ($oDocument->getIsCheckedOut()) { - return PEAR::raiseError('Already checked out.'); + return PEAR::raiseError(_kt('Already checked out.')); } // FIXME at the moment errors this _does not_ rollback. -- libgit2 0.21.4