Index: trunk/extensions/LastModified/LastModified.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | * @author Katie Horn, Jeremy Postlethwaite |
29 | 29 | */ |
30 | 30 | $messages['en'] = array( |
31 | | - 'lastmodified-desc' => 'Generates last modified times for articles', |
| 31 | + 'lastmodified-desc' => 'Generates last modified times for pages', |
32 | 32 | 'lastmodified' => 'Last Modified', |
33 | 33 | 'lastmodified-label-seconds' => 'seconds', |
34 | 34 | 'lastmodified-label-minutes' => 'minutes', |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | 'lastmodified-options' => 'Options', |
40 | 40 | 'lastmodified-display' => 'Display:', |
41 | 41 | 'lastmodified-display-range-value' => 'Display range value:', |
42 | | - 'lastmodified-title-tag' => 'View the revision history for this article.', |
| 42 | + 'lastmodified-title-tag' => 'View the revision history for this page.', |
43 | 43 | 'lastmodified-seconds' => 'Last updated $1 seconds ago', |
44 | 44 | 'lastmodified-minutes' => 'Last updated $1 minutes ago', |
45 | 45 | 'lastmodified-hours' => 'Last updated $1 hours ago', |