From 16db222569793d51137e0d43a04a4aa6f8210137 Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 3 Oct 2007 20:11:51 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. Internationalisation --- search2/indexing/extractors/OOPDFTextExtractor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search2/indexing/extractors/OOPDFTextExtractor.inc.php b/search2/indexing/extractors/OOPDFTextExtractor.inc.php index 442601f..1ce3ef3 100755 --- a/search2/indexing/extractors/OOPDFTextExtractor.inc.php +++ b/search2/indexing/extractors/OOPDFTextExtractor.inc.php @@ -19,7 +19,7 @@ class OOPDFTextExtractor extends CompositeExtractor public function getDisplayName() { // we provide this so diagnose doesn't fail - throw new Exception('This should be overriden'); + throw new Exception(_kt('This should be overriden')); } } -- libgit2 0.21.4