Commit d13bafe5c05179a822801330dad121a4fecbaee1

Authored by bshuttle
1 parent ddc9399f

a few more translation tags.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6006 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/documentmanagement/documentutil.inc.php
@@ -143,7 +143,7 @@ class KTDocumentUtil { @@ -143,7 +143,7 @@ class KTDocumentUtil {
143 143
144 function checkout($oDocument, $sCheckoutComment, $oUser) { 144 function checkout($oDocument, $sCheckoutComment, $oUser) {
145 if ($oDocument->getIsCheckedOut()) { 145 if ($oDocument->getIsCheckedOut()) {
146 - return PEAR::raiseError('Already checked out.'); 146 + return PEAR::raiseError(_kt('Already checked out.'));
147 } 147 }
148 148
149 // FIXME at the moment errors this _does not_ rollback. 149 // FIXME at the moment errors this _does not_ rollback.