Pretty up WLH form slightly
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 29 Dec 2008 21:57:34 +0000 (21:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 29 Dec 2008 21:57:34 +0000 (21:57 +0000)
includes/specials/SpecialRecentchangeslinked.php
languages/messages/MessagesEn.php

index c073435..845870b 100644 (file)
@@ -160,7 +160,7 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges {
                $extraOpts = array();
                $extraOpts['namespace'] = $this->namespaceFilterForm( $opts );
                $extraOpts['target'] = array( wfMsg( 'recentchangeslinked-page' ),
-                       Xml::input( 'target', 40, str_replace('_',' ',$opts['target']) ) .
+                       Xml::input( 'target', 30, str_replace('_',' ',$opts['target']) ) .
                        Xml::check( 'showlinkedto', $opts['showlinkedto'], array('id' => 'showlinkedto') ) . ' ' .
                        Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) );
                return $extraOpts;
index e475ea4..3af1b6b 100644 (file)
@@ -1748,7 +1748,7 @@ please see math/README to configure.',
 'recentchangeslinked-summary'  => "This is a list of changes made recently to pages linked from a specified page (or to members of a specified category).
 Pages on [[Special:Watchlist|your watchlist]] are '''bold'''.",
 'recentchangeslinked-page'     => 'Page name:',
-'recentchangeslinked-to'       => 'Show changes to pages linked to the given page instead',
+'recentchangeslinked-to'       => 'Linked to this page instead',
 
 # Upload
 'upload'                      => 'Upload file',