r109342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109341‎ | r109342 | r109343 >
Date:08:12, 18 January 2012
Author:neilk
Status:ok
Tags:
Comment:
title for CongressFail page
Modified paths:
  • /trunk/extensions/CongressLookup/CongressLookup.alias.php (modified) (history)
  • /trunk/extensions/CongressLookup/CongressLookup.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/CongressLookup.i18n.php
@@ -26,6 +26,7 @@
2727 'congresslookup-report-errors' => 'Report an error',
2828 'congresslookup-zipcode-error' => 'Please enter your zipcode in the format "12345" or "12345-1234".',
2929 'congresslookup-multiple-house-reps' => 'Note: In some cases, there is more than one representative district assigned to a particular zip code. Please select the representative appropriate for your particular district.',
 30+ 'congressfail' => 'CongressFail',
3031 );
3132
3233 /** Message documentation (Message documentation)
@@ -46,4 +47,5 @@
4748 'congresslookup-report-errors' => 'Label for a link to the error reporting page',
4849 'congresslookup-zipcode-error' => 'Error message for when an invalid zip code is entered to the form.',
4950 'congresslookup-multiple-house-reps' => 'A note for people who see more than one representative listed for them. Many folks would find this unusual, but we are not looking up representatives at a granular-enough level to necessarily return their one specific rep. So in the event that there are more than one representatives returned to the user, we explain why.',
 51+ 'congressfail' => 'Title of secondary special page where one can report data errors',
5052 );
Index: trunk/extensions/CongressLookup/CongressLookup.alias.php
@@ -11,4 +11,6 @@
1212 /** English (English) */
1313 $specialPageAliases['en'] = array(
1414 'CongressLookup' => array( 'CongressLookup' ),
 15+ 'CongressFail' => array( 'CongressFail' ),
1516 );
 17+

Status & tagging log