Index: trunk/extensions/Deployment/Deployment.i18n.php |
— | — | @@ -16,6 +16,5 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | // General |
20 | | - 'deployment-name' => 'Deployment', |
21 | | - 'deployment-desc' => 'Provides a way to install extensions via GUI and update them and your wiki itself via another GUI.', |
22 | | -); |
\ No newline at end of file |
| 20 | + 'deployment-desc' => 'Provides a way to install extensions via GUI and update them and the wiki itself via another GUI', |
| 21 | +); |
Index: trunk/extensions/Deployment/Deployment.php |
— | — | @@ -36,13 +36,11 @@ |
37 | 37 | |
38 | 38 | $wgExtensionCredits['other'][] = array( |
39 | 39 | 'path' => __FILE__, |
40 | | - 'name' => wfMsg( 'deployment-name' ), |
| 40 | + 'name' => 'Deployment', |
41 | 41 | 'version' => Deployment_VERSION, |
42 | | - 'author' => array( |
43 | | - '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]' |
44 | | - ), |
| 42 | + 'author' => '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]', |
45 | 43 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Deployment', |
46 | | - 'description' => wfMsg( 'deployment-desc' ), |
| 44 | + 'descriptionmsg' => 'deployment-desc', |
47 | 45 | ); |
48 | 46 | |
49 | 47 | } |
\ No newline at end of file |