Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2621,8 +2621,9 @@ |
2622 | 2622 | 'linksearch-pat' => 'Search pattern:', |
2623 | 2623 | 'linksearch-ns' => 'Namespace:', |
2624 | 2624 | 'linksearch-ok' => 'Search', |
2625 | | -'linksearch-text' => 'Wildcards such as "*.wikipedia.org" may be used. Need at least a TLD, e.g., *.org<br /> |
2626 | | -Supported protocols: <tt>$1</tt> (but don\'t enter them below!)', |
| 2625 | +'linksearch-text' => 'Wildcards such as "*.wikipedia.org" may be used. |
| 2626 | +Needs at least a top level domain, for example *.org.<br /> |
| 2627 | +Supported protocols: <tt>$1</tt> (do not add any of these in your search).', |
2627 | 2628 | 'linksearch-line' => '$1 is linked from $2', |
2628 | 2629 | 'linksearch-error' => 'Wildcards may appear only at the start of the hostname.', |
2629 | 2630 | |