r109485 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109484‎ | r109485 | r109486 >
Date:03:54, 19 January 2012
Author:kaldari
Status:ok
Tags:sopa 
Comment:
make top text editable
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -99,7 +99,7 @@
100100
101101 $congressTable = '';
102102
103 - $congressTable .= Html::element( 'h4', array(), 'Your Representatives:' );
 103+ $congressTable .= Html::element( 'h4', array(), wfMsg( 'congresslookup-your-reps' ) );
104104
105105 if ( $myRepresentatives ) {
106106 foreach ( $myRepresentatives as $myRepresentative ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r109489MFT r109485, r109486, r109487, r109488awjrichards04:16, 19 January 2012

Status & tagging log