Index: trunk/extensions/FCKeditor/FCKeditor.php |
— | — | @@ -69,9 +69,10 @@ |
70 | 70 | 'path' => __FILE__, |
71 | 71 | 'name' => 'FCKeditor', |
72 | 72 | 'author' => array( 'Frederico Caldeira Knabben', 'Wiktor Walc', 'others', 'Jack Phoenix' ), |
73 | | - 'version' => '1.0', |
| 73 | + 'version' => '1.0.1', |
74 | 74 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official)', |
75 | | - 'description' => 'FCKeditor extension for editing wiki pages (WYSIWYG editor)' |
| 75 | + 'description' => 'FCKeditor extension for editing wiki pages (WYSIWYG editor)', |
| 76 | + 'descriptionmsg' => 'fckeditor-desc', |
76 | 77 | ); |
77 | 78 | |
78 | 79 | // Autoloadable classes |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.php |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | |
12 | 12 | /** English */ |
13 | 13 | $messages['en'] = array( |
| 14 | + 'fckeditor-desc' => 'Allow editing using the WYSIWYG editor FCKeditor', |
14 | 15 | 'textrichditor' => 'Rich Editor', |
15 | 16 | 'prefs-fckeditor' => 'Rich Editor', |
16 | 17 | 'tog-riched_disable' => 'Disable rich editor', |