Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.alias.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'ReviewedPages' => array( 'ReviewedPages' ), |
19 | 19 | 'RevisionReview' => array( 'RevisionReview' ), |
20 | 20 | 'Stabilization' => array( 'Stabilization', 'Stabilisation' ), |
21 | | - 'StablePages' => array( 'PublishedPages', 'StablePages' ), |
| 21 | + 'StablePages' => array( 'StablePages' ), |
22 | 22 | 'ReviewedVersions' => array( 'ReviewedVersions', 'StableVersions' /*old name*/ ), |
23 | 23 | 'UnreviewedPages' => array( 'UnreviewedPages' ), |
24 | 24 | 'UnstablePages' => array( 'UnstablePages' ), |
Index: trunk/extensions/FlaggedRevs/language/ValidationStatistics.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'validationstatistics' => 'Validation statistics', |
| 12 | + 'validationstatistics' => 'Page review statistics', |
13 | 13 | 'validationstatistics-users' => '\'\'\'{{SITENAME}}\'\'\' currently has \'\'\'[[Special:ListUsers/editor|$1]]\'\'\' {{PLURAL:$1|user|users}} with [[{{MediaWiki:Validationpage}}|Editor]] rights. |
14 | 14 | |
15 | 15 | Editors are established users that can spot-check revisions to pages.', |
Index: trunk/extensions/FlaggedRevs/language/OldReviewedPages.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'oldreviewedpages' => 'Outdated reviewed pages', |
| 12 | + 'oldreviewedpages' => 'Pages with pending changes', |
13 | 13 | 'oldreviewedpages-legend' => 'List reviewed pages with pending edits', |
14 | 14 | 'oldreviewedpages-list' => 'This page lists {{PLURAL:$1|a reviewed page|reviewed pages}} having pending edits.', |
15 | 15 | 'oldreviewedpages-none' => 'There are currently no pages meeting these criteria', |
Index: trunk/extensions/FlaggedRevs/language/ProblemChanges.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'problemchanges' => 'Review tagged changes', |
| 12 | + 'problemchanges' => 'Tagged pending changes', |
13 | 13 | 'problemchanges-legend' => 'List pages with tagged edits pending review', |
14 | 14 | 'problemchanges-none' => 'There are currently no pages meeting these criteria', |
15 | 15 | 'problemchanges-category' => 'Category:', |