Commit 25935332e701485fdc62de92cd1f2e491eb9101c

Authored by conradverm
1 parent 4913ce07

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@7283 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/search/SearchCommandLexer.php
@@ -88,7 +88,7 @@ class SearchCommandLexer @@ -88,7 +88,7 @@ class SearchCommandLexer
88 } 88 }
89 else 89 else
90 { 90 {
91 - throw new Exception('Unexpected token: ' . $this->lookahead); 91 + throw new Exception(sprintf(_kt('Unexpected token: %s'), $this->lookahead));
92 } 92 }
93 break; 93 break;
94 case '<': 94 case '<':