From 1a3d814dcbfdd06569662dff5c2760408d78f133 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 10 Jun 2005 10:37:34 +0000 Subject: [PATCH] Fixed translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@660 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_helpviewer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_helpviewer.inc b/include/functions_helpviewer.inc index ac7a1e2f6..e37e3ae5a 100644 --- a/include/functions_helpviewer.inc +++ b/include/functions_helpviewer.inc @@ -253,7 +253,7 @@ function searchlist($arr,$res,$maxresults) } /* appending footer message for resultlist */ - $ret.= "
".count($topten)." - "._("Results for your search with the keyword")." ".htmlentities($_SESSION['search_string']).""._(" interpreted as ")."".$_SESSION['parsed_search_keyword'].""; + $ret.= "
".sprintf(_("%s results for your search with the keyword %s interpreted as %s"), "".count($topten)."", "".htmlentities($_SESSION['search_string'])."", "".$_SESSION['parsed_search_keyword'].""); return($ret); } -- 2.30.2