Index: trunk/extensions/FlaggedRevs/language/ConfiguredPages.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'configuredpages' => 'Pages with review configurations', |
14 | | - 'configuredpages-list' => 'Below is a list of pages configured to have different approval settings than the site default. |
| 14 | + 'configuredpages-list' => 'This page lists pages configured to have different approval settings than the site default. |
15 | 15 | Some settings might change which version is displayed to readers or further restrict who can make edits that do not require review.', |
16 | 16 | 'configuredpages-none' => 'There are no pages in this list.', |
17 | 17 | 'configuredpages-config' => 'Configuration', |
Index: trunk/extensions/FlaggedRevs/language/StablePages.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'stablepages' => 'Pages using edit approval', |
14 | | - 'stablepages-list' => 'Below is a list of pages to which only certain users can make edits that do not require review. |
| 14 | + 'stablepages-list' => 'This page lists pages to which only certain users can make edits that do not require review. |
15 | 15 | Edits made by other users are not displayed to readers by default until an authorized user reviews them.', |
16 | 16 | 'stablepages-none' => 'There are no pages in this list.', |
17 | 17 | 'stablepages-config' => 'Configuration', |