Commit b2f75eb4965a04306777d4d08c936e796a5f2d34
1 parent
ac068266
fix for KTS-1280
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5841 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/folder/addDocument.php
| ... | ... | @@ -281,7 +281,7 @@ class KTFolderAddDocumentAction extends KTFolderAction { |
| 281 | 281 | $this->errorRedirectTo('metadata',sprintf(_kt("Unexpected failure to add document: %s"), $message), 'fFolderId=' . $this->oFolder->getId()); |
| 282 | 282 | exit(0); |
| 283 | 283 | } |
| 284 | - $this->addInfoMessage("Document added"); | |
| 284 | + $this->addInfoMessage(_kt("Document added")); | |
| 285 | 285 | |
| 286 | 286 | $mpo->redirectToDocument($oDocument->getId()); |
| 287 | 287 | $this->commitTransaction(); | ... | ... |