Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -15,12 +15,12 @@ |
16 | 16 | $messages = array(); |
17 | 17 | |
18 | 18 | $messages['en'] = array( |
19 | | - 'pageschemas-desc' => 'Supports templates defining their data structure via XML markup', |
20 | | - 'pageschemas-header' => 'The XML definition for this template is:', |
| 19 | + 'pageschemas-desc' => 'Supports templates defining their data structure via XML markup', |
| 20 | + 'pageschemas-header' => 'The XML definition for this template is:', |
21 | 21 | 'ps-property-isproperty' => 'This is a property of type $1.', |
22 | 22 | 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
23 | 23 | 'ps-generate-pages' => 'Generate Pages', |
24 | | - 'ps-generate-pages-desc' => 'Press the button below to generate all the wiki pages used for this schema', |
| 24 | + 'ps-generate-pages-desc' => 'Generate the following pages, based on this category\'s schema:', |
25 | 25 | ); |
26 | 26 | |
27 | 27 | /** Message documentation (Message documentation) |