From 90aeaaa07cc3d334e2fb08ca655f4ae6016f025a Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 3 Jul 2006 14:29:19 +0000 Subject: [PATCH] (bug 6527) Allow customising interface text for the namespace selector label thing --- includes/SpecialImport.php | 2 +- languages/Messages.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index 9e15d900a8..7976d6c892 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -142,7 +142,7 @@ function wfSpecialImport( $page = '' ) { - Transfer pages into namespace: " . + " . wfMsgHtml( 'import-interwiki-namespace' ) . " " . HTMLnamespaceselector( $namespace, '' ) . " diff --git a/languages/Messages.php b/languages/Messages.php index ee6251bc65..de02330f1b 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -1460,6 +1460,7 @@ Revision dates and editors\' names will be preserved. All transwiki import actions are logged at the [[Special:Log/import|import log]].', 'import-interwiki-history' => 'Copy all history versions for this page', 'import-interwiki-submit' => 'Import', +'import-interwiki-namespace' => 'Transfer pages into namespace:', 'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.', 'importstart' => "Importing pages...", 'import-revision-count' => '$1 revision(s)', -- 2.20.1