r45165 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45164‎ | r45165 | r45166 >
Date:21:57, 29 December 2008
Author:aaron
Status:reverted (Comments)
Tags:
Comment:
Pretty up WLH form slightly
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchangeslinked.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchangeslinked.php
@@ -160,7 +160,7 @@
161161 $extraOpts = array();
162162 $extraOpts['namespace'] = $this->namespaceFilterForm( $opts );
163163 $extraOpts['target'] = array( wfMsg( 'recentchangeslinked-page' ),
164 - Xml::input( 'target', 40, str_replace('_',' ',$opts['target']) ) .
 164+ Xml::input( 'target', 30, str_replace('_',' ',$opts['target']) ) .
165165 Xml::check( 'showlinkedto', $opts['showlinkedto'], array('id' => 'showlinkedto') ) . ' ' .
166166 Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) );
167167 return $extraOpts;
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1748,7 +1748,7 @@
17491749 'recentchangeslinked-summary' => "This is a list of changes made recently to pages linked from a specified page (or to members of a specified category).
17501750 Pages on [[Special:Watchlist|your watchlist]] are '''bold'''.",
17511751 'recentchangeslinked-page' => 'Page name:',
1752 -'recentchangeslinked-to' => 'Show changes to pages linked to the given page instead',
 1752+'recentchangeslinked-to' => 'Linked to this page instead',
17531753
17541754 # Upload
17551755 'upload' => 'Upload file',

Follow-up revisions

RevisionCommit summaryAuthorDate
r45253Revert r45165 "Pretty up WLH form slightly"...brion21:12, 31 December 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   21:12, 31 December 2008

Reverted in r45253

'Linked to this page instead' is even less comprehensible to me than 'Show changes to pages linked to the given page instead' :)

Status & tagging log