Index: trunk/extensions/Narayam/Narayam.i18n.php |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | * @author Junaid P V |
16 | 16 | */ |
17 | 17 | $messages['en'] = array( |
| 18 | + 'narayam-desc' => 'Allows to add custom input methods for input fields.', |
18 | 19 | 'narayam-toggle-ime' => 'To toggle IM', |
19 | 20 | 'narayam-help-page' => 'Help:Typing', |
20 | 21 | 'narayam-checkbox-tooltip' => 'To toggle input method On and Off', |
Index: trunk/extensions/Narayam/Narayam.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | 'version' => 0.1, |
45 | 45 | 'author' => 'Junaid P V (http://junaidpv.in)', |
46 | 46 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Narayam', |
47 | | - 'description' => 'Allows to add custom input methods for input fields.' |
| 47 | + 'description' => 'narayam-desc' |
48 | 48 | ); |
49 | 49 | |
50 | 50 | $wgNarayamConfig['shortcut_controlkey'] = true; |