Index: trunk/extensions/CongressLookup/CongressLookup.i18n.php |
— | — | @@ -20,7 +20,8 @@ |
21 | 21 | 'congresslookup-fax' => 'Fax: $1', |
22 | 22 | 'congresslookup-contact-form' => 'Contact form', |
23 | 23 | 'congresslookup-twitter' => 'Twitter: $1', |
24 | | - 'congresslookup-your-reps' => 'Your Representatives:', |
| 24 | + 'congresslookup-your-reps' => 'Your representatives:', |
| 25 | + 'congresslookup-contact-your-reps' => 'Contact your representatives:', |
25 | 26 | 'congresslookup-no-house-rep' => 'No House representative was found for your zip code.', |
26 | 27 | 'congresslookup-no-senators' => 'No senators were found for your zip code.', |
27 | 28 | 'congresslookup-report-errors' => 'Report an error', |
Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -207,8 +207,8 @@ |
208 | 208 | private function getZipForm( $isError=false ) { |
209 | 209 | $htmlOut = <<<HTML |
210 | 210 | <div id="sopaZipForm" class="sopaActionDiv"> |
211 | | -<h4>Contact your representatives</h4> |
212 | 211 | HTML; |
| 212 | + $htmlOut .= Html::element( 'h4', array(), wfMsg( 'congresslookup-contact-your-reps' )); |
213 | 213 | if ( $isError ) { |
214 | 214 | $htmlOut .= Html::element( 'p', array( 'class' => 'error' ), wfMsg( 'congresslookup-zipcode-error' )); |
215 | 215 | } |