Index: trunk/extensions/CongressLookup/CongressLookup.i18n.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | 'congresslookup-phone' => 'Phone: $1', |
21 | 21 | 'congresslookup-fax' => 'Fax: $1', |
22 | 22 | 'congresslookup-contact-form' => 'Contact form', |
| 23 | + 'congresslookup-your-reps' => 'Your Representatives:', |
23 | 24 | ); |
24 | 25 | |
25 | 26 | /** Message documentation (Message documentation) |
— | — | @@ -32,4 +33,5 @@ |
33 | 34 | 'congresslookup-phone' => 'Phone number listing. $1 is the phone number.', |
34 | 35 | 'congresslookup-fax' => 'Fax number listing. $1 is the fax number.', |
35 | 36 | 'congresslookup-contact-form' => "Label for a link to the representative's contact form", |
| 37 | + 'congresslookup-your-reps' => 'Label for data. Should be short.', |
36 | 38 | ); |
Index: trunk/extensions/CongressLookup/CongressLookup.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | ); |
44 | 44 | |
45 | 45 | // Configurable variables for caching the special page |
46 | | -$wgCongressLookupSharedMaxAge = 900; // 15 minutes server-side |
| 46 | +$wgCongressLookupSharedMaxAge = 1200; // 20 minutes server-side |
47 | 47 | $wgCongressLookupMaxAge = 600; // 10 minutes client-side |
48 | 48 | |
49 | 49 | $dir = dirname( __FILE__ ) . '/'; |