Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | die( "This is a MediaWiki extension definition file; it is not a valid entry point." ); |
6 | 6 | |
7 | 7 | /**#@+ |
8 | | - * Provides integration with Project Honeypot for MediaWiki sites. |
| 8 | + * Provides integration with Project Honey Pot for MediaWiki sites. |
9 | 9 | * Requires |
10 | 10 | * @addtogroup Extensions |
11 | 11 | * |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'author' => 'Andrew Garrett', |
21 | 21 | 'svn-date' => '$LastChangedDate$', |
22 | 22 | 'svn-revision' => '$LastChangedRevision$', |
23 | | - 'description' => 'Provides integration with Project Honeypot for MediaWiki sites', |
| 23 | + 'description' => 'Provides integration with Project Honey Pot for MediaWiki sites', |
24 | 24 | 'descriptionmsg' => 'honeypot-desc', |
25 | 25 | ); |
26 | 26 | |
Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php |
— | — | @@ -12,6 +12,6 @@ |
13 | 13 | * @author Andrew Garrett |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'honeypot-desc' => 'Provides integration with Project Honeypot for MediaWiki sites', |
17 | | - 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Number of recent events the IP address has triggered, according to Project Honeypot', |
| 16 | + 'honeypot-desc' => 'Provides integration with [http://projecthoneypot.org/ Project Honey Pot] for MediaWiki sites', |
| 17 | + 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Number of recent events the IP address has triggered, according to Project Honey Pot', |
18 | 18 | ); |