Tweak the wording in 'immobile-target-namespace-iw'. Still feels a bit weird, but...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 15 Dec 2008 15:47:42 +0000 (15:47 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 15 Dec 2008 15:47:42 +0000 (15:47 +0000)
includes/Title.php
languages/messages/MessagesEn.php

index 356f448..a49b725 100644 (file)
@@ -2415,7 +2415,7 @@ class Title {
                        $errors[] = array( 'immobile-source-namespace', $this->getNsText() );
                }
                if ( $nt->getInterwiki() != '' ) {
-                       $errors[] = array( 'immobile-target-namespace-iw', $nt->getInterwiki() );
+                       $errors[] = array( 'immobile-target-namespace-iw' );
                }
                if ( !$nt->isMovable() ) {
                        $errors[] = array('immobile-target-namespace', $nt->getNsText() );
index b7334e8..1b4a59d 100644 (file)
@@ -2739,7 +2739,7 @@ cannot move a page over itself.',
 'immobile-target-namespace' => 'Cannot move pages into namespace "$1"',
 'immobile-source-page'      => 'This page is not movable.',
 'immobile-target-page'      => 'Cannot move to that destination title.',
-'immobile-target-namespace-iw' => 'Cannot move pages to interwiki link "$1"',
+'immobile-target-namespace-iw' => 'Interwiki link is not a valid target for page move.',
 'imagenocrossnamespace'     => 'Cannot move file to non-file namespace',
 'imagetypemismatch'         => 'The new file extension does not match its type',
 'imageinvalidfilename'      => 'The target file name is invalid',