Index: trunk/extensions/SemanticPageSeries/SemanticPageSeries.i18n.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @author F.trott |
11 | 11 | */ |
12 | 12 | $messages['en'] = array( |
13 | | - 'semanticpageseries-desc' => 'An extension creating a series of pages from one [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Form]', |
| 13 | + 'semanticpageseries-desc' => 'Creating a series of pages from one [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Form]', |
14 | 14 | 'spssuccesstitle' => 'Creating $1 pages', |
15 | 15 | 'spssuccess' => '$1 pages will be created.', |
16 | 16 | 'spserror' => 'An error occurred', |
Index: trunk/extensions/SemanticPageSeries/SemanticPageSeries.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | 'name' => 'Semantic Page Series', |
40 | 40 | 'author' => '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', |
41 | 41 | 'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Page_Series', |
42 | | - 'descriptionmsg' => 'SemanticPageSeries-desc', |
| 42 | + 'descriptionmsg' => 'semanticpageseries-desc', |
43 | 43 | 'version' => SPS_VERSION, |
44 | 44 | ); |
45 | 45 | |