From: Rob Church Date: Fri, 24 Feb 2006 13:19:55 +0000 (+0000) Subject: Tweak that nogomatch message in HEAD too X-Git-Tag: 1.6.0~290 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5db77d88cde5f34f615f84edb70cd27a9b410ed5;p=lhc%2Fweb%2Fwiklou.git Tweak that nogomatch message in HEAD too --- diff --git a/languages/Messages.php b/languages/Messages.php index a20cf3389b..9efbeed789 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -588,7 +588,7 @@ example "fish and and scales". Please try another query.', 'matchtotals' => "The query \"$1\" matched $2 page titles and the text of $3 pages.", -'nogomatch' => 'No page with [[$1|this exact title]] exists, trying full text search.', +'nogomatch' => "'''There is no page titled \"$1\".''' You can [[$1|create this page]].", 'titlematches' => 'Article title matches', 'notitlematches' => 'No page title matches', 'textmatches' => 'Page text matches',