Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | 'descriptionmsg' => 'honeypot-desc', |
25 | 25 | ); |
26 | 26 | |
27 | | -$wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/Honeypot.i18n.php"; |
| 27 | +$wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/HoneypotIntegration.i18n.php"; |
28 | 28 | $wgAutoloadClasses[ 'HoneypotIntegration' ] = "$dir/HoneypotIntegration.class.php"; |
29 | 29 | |
30 | 30 | $wgHooks['AbuseFilter-filterAction'][] = 'HoneypotIntegration::onAbuseFilterFilterAction'; |