Index: trunk/phase3/includes/specials/SpecialRecentchangeslinked.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | $extraOpts = array(); |
162 | 162 | $extraOpts['namespace'] = $this->namespaceFilterForm( $opts ); |
163 | 163 | $extraOpts['target'] = array( wfMsg( 'recentchangeslinked-page' ), |
164 | | - Xml::input( 'target', 40, str_replace('_',' ',$opts['target']) ) . |
| 164 | + Xml::input( 'target', 30, str_replace('_',' ',$opts['target']) ) . |
165 | 165 | Xml::check( 'showlinkedto', $opts['showlinkedto'], array('id' => 'showlinkedto') ) . ' ' . |
166 | 166 | Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) ); |
167 | 167 | return $extraOpts; |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1748,7 +1748,7 @@ |
1749 | 1749 | 'recentchangeslinked-summary' => "This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). |
1750 | 1750 | Pages on [[Special:Watchlist|your watchlist]] are '''bold'''.", |
1751 | 1751 | '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', |
1753 | 1753 | |
1754 | 1754 | # Upload |
1755 | 1755 | 'upload' => 'Upload file', |