Commit 16db222569793d51137e0d43a04a4aa6f8210137

Authored by conradverm
1 parent a685d94b

KTS-673

"The search algorithm needs some work"
Updated. Internationalisation

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7287 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/indexing/extractors/OOPDFTextExtractor.inc.php
@@ -19,7 +19,7 @@ class OOPDFTextExtractor extends CompositeExtractor @@ -19,7 +19,7 @@ class OOPDFTextExtractor extends CompositeExtractor
19 public function getDisplayName() 19 public function getDisplayName()
20 { 20 {
21 // we provide this so diagnose doesn't fail 21 // we provide this so diagnose doesn't fail
22 - throw new Exception('This should be overriden'); 22 + throw new Exception(_kt('This should be overriden'));
23 } 23 }
24 24
25 } 25 }