From 1d83e052dd6a5996eb1e78702ff8ab7afd7089d2 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 28 Aug 2004 17:11:17 +0000 Subject: [PATCH] BUG#200 Fixed text. Providing right number is much harder. --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index 594544f26c..22c000a289 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -715,7 +715,7 @@ and the text of $3 pages.", 'prevn' => "previous $1", 'nextn' => "next $1", 'viewprevnext' => "View ($1) ($2) ($3).", -'showingresults' => "Showing below $1 results starting with #$2.", +'showingresults' => "Showing below up to $1 results starting with #$2.", 'showingresultsnum' => "Showing below $3 results starting with #$2.", 'nonefound' => "'''Note''': unsuccessful searches are often caused by searching for common words like \"have\" and \"from\", -- 2.20.1