From f4e6b2174c08082d03dda813d1eb0b73dbd2724b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 29 Dec 2008 21:57:34 +0000 Subject: [PATCH] Pretty up WLH form slightly --- includes/specials/SpecialRecentchangeslinked.php | 2 +- languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index c07343540a..845870b2df 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -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; diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e475ea47c1..3af1b6bbb4 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', -- 2.20.1