From: mrbluesky Date: Sun, 21 Oct 2012 20:43:45 +0000 (+0200) Subject: Correcting system message linksearch-text X-Git-Tag: 1.31.0-rc.0~21746^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=2218b72124e075e9e6a856023a30fed808894b15;p=lhc%2Fweb%2Fwiklou.git Correcting system message linksearch-text The introduction on Special:LinkSearch is not correct: when no protocol is specified, http is used. To search for links with another protocol, the protocol has to specified. Change-Id: Iaaebc3770c3463e59784df0fd601e08c835a2e23 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index dc5fb52788..0b01d9c1ad 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2753,7 +2753,7 @@ Also see [[Special:WantedCategories|wanted categories]].', 'linksearch-ok' => 'Search', 'linksearch-text' => 'Wildcards such as "*.wikipedia.org" may be used. Needs at least a top-level domain, for example "*.org".
-Supported protocols: $1 (do not add any of these in your search).', +Supported protocols: $1 (defaults to http:// if no protocol is specified).', 'linksearch-line' => '$1 is linked from $2', 'linksearch-error' => 'Wildcards may appear only at the start of the hostname.',