From 25935332e701485fdc62de92cd1f2e491eb9101c Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 3 Oct 2007 20:04:09 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. Internationalisation --- search2/search/SearchCommandLexer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search2/search/SearchCommandLexer.php b/search2/search/SearchCommandLexer.php index 1ba5fab..e1cb404 100755 --- a/search2/search/SearchCommandLexer.php +++ b/search2/search/SearchCommandLexer.php @@ -88,7 +88,7 @@ class SearchCommandLexer } else { - throw new Exception('Unexpected token: ' . $this->lookahead); + throw new Exception(sprintf(_kt('Unexpected token: %s'), $this->lookahead)); } break; case '<': -- libgit2 0.21.4