Tweak that nogomatch message in HEAD too
authorRob Church <robchurch@users.mediawiki.org>
Fri, 24 Feb 2006 13:19:55 +0000 (13:19 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 24 Feb 2006 13:19:55 +0000 (13:19 +0000)
languages/Messages.php

index a20cf33..9efbeed 100644 (file)
@@ -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',