Commit d13bafe5c05179a822801330dad121a4fecbaee1
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
Showing
1 changed file
with
1 additions
and
1 deletions
lib/documentmanagement/documentutil.inc.php
| ... | ... | @@ -143,7 +143,7 @@ class KTDocumentUtil { |
| 143 | 143 | |
| 144 | 144 | function checkout($oDocument, $sCheckoutComment, $oUser) { |
| 145 | 145 | if ($oDocument->getIsCheckedOut()) { |
| 146 | - return PEAR::raiseError('Already checked out.'); | |
| 146 | + return PEAR::raiseError(_kt('Already checked out.')); | |
| 147 | 147 | } |
| 148 | 148 | |
| 149 | 149 | // FIXME at the moment errors this _does not_ rollback. | ... | ... |