From a7a6cb9ea9b693bffa808bb5b3fe8ea4136f33f0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 31 Dec 2008 21:12:01 +0000 Subject: [PATCH] Revert r45165 "Pretty up WLH form slightly" 'Linked to this page instead' is even less comprehensible to me than 'Show changes to pages linked to the given page instead' --- 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 845870b2df..c07343540a 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', 30, str_replace('_',' ',$opts['target']) ) . + Xml::input( 'target', 40, 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 e3081c11a2..03da2742a3 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' => 'Linked to this page instead', +'recentchangeslinked-to' => 'Show changes to pages linked to the given page instead', # Upload 'upload' => 'Upload file', -- 2.20.1