From ee16dde4e7e5de6792add4e562e1e4377155c8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Mart=C3=ADnez=20Novo?= Date: Sat, 15 Feb 2014 17:29:31 +0100 Subject: [PATCH] Some corrections to interwiki_local_x_intro messages Fixing Interwiki_local_0_intro and Interwiki_local_1_intro to reflect the actual behavior Discussed here: [1] [1] https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Interwiki_local_0_intro_and_MediaWiki:Interwiki_local_1_intro Change-Id: If4797232a627938d788ba7f0fe5d226452c9799b --- Interwiki.i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Interwiki.i18n.php b/Interwiki.i18n.php index b9eae5ef..c4df1904 100644 --- a/Interwiki.i18n.php +++ b/Interwiki.i18n.php @@ -41,8 +41,8 @@ $messages['en'] = array( 'interwiki_local' => 'Forward', 'interwiki-local-label' => 'Forward:', 'interwiki_local_intro' => 'An HTTP request to the local wiki with this interwiki prefix in the URL is:', - 'interwiki_local_0_intro' => 'not honored, usually blocked by "page not found".', - 'interwiki_local_1_intro' => 'redirected to the target URL given in the interwiki link definitions (i.e. treated like references in local pages).', + 'interwiki_local_0_intro' => 'not honored, a "{{int:badtitle}}" error page will be displayed instead.', + 'interwiki_local_1_intro' => 'redirected to the target URL given in the interwiki link definitions (i.e. treated like links to local pages).', 'interwiki_trans' => 'Transclude', 'interwiki-trans-label' => 'Transclude:', 'interwiki_trans_intro' => 'If wikitext syntax {{prefix:pagename}} is used, then:',