Index: trunk/extensions/AjaxLogin/AjaxLogin.i18n.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | * @author Inez Korczyński <korczynski@gmail.com> |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'ajaxlogin-desc' => 'Dynamic box which allows users to login and remind password', |
| 16 | + 'ajaxlogin-desc' => 'Dynamic box which allows users to login and retrieve forgotten passwords via e-mail', |
17 | 17 | 'ajaxLogin1' => 'To complete your log in, you must enter a new password. |
18 | 18 | This will take you away from this edit page and you may lose your current edit.', |
19 | 19 | 'ajaxLogin2' => 'Are you sure? |
Index: trunk/extensions/AjaxLogin/AjaxLogin.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | | - * @version 2.2.0 |
| 8 | + * @version 2.2.1 |
9 | 9 | * @author Inez Korczyński <korczynski(at)gmail(dot)com> |
10 | 10 | * @author Jack Phoenix <jack@countervandalism.net> |
11 | 11 | * @author Ryan Schmidt <skizzerz@shoutwiki.com> |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | $wgExtensionCredits['other'][] = array( |
21 | 21 | 'path' => __FILE__, |
22 | 22 | 'name' => 'AjaxLogin', |
23 | | - 'version' => '2.2.0', |
| 23 | + 'version' => '2.2.1', |
24 | 24 | 'author' => array( 'Inez Korczyński', 'Jack Phoenix', 'Ryan Schmidt' ), |
25 | 25 | 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxLogin', |
26 | 26 | 'descriptionmsg' => 'ajaxlogin-desc', |