diff --git a/enrol/authorize/lang/en/enrol_authorize.php b/enrol/authorize/lang/en/enrol_authorize.php
index 1f4d91e0376..1b74e212c15 100644
--- a/enrol/authorize/lang/en/enrol_authorize.php
+++ b/enrol/authorize/lang/en/enrol_authorize.php
@@ -144,6 +144,7 @@ $string['invalidacctype'] = 'Invalid account type';
$string['isbusinesschecking'] = 'Is business checking?';
$string['logindesc'] = 'This option must be ON.
Please ensure that you have turned loginhttps ON in Admin >> Variables >> Security.
Turning this on will make Moodle use a secure https connection just for the login and payment pages.';
$string['logininfo'] = 'When configuring your Authorize.Net account, the login name is required and you must enter either the transaction key or the password in the appropriate box. We recommend you enter the transaction key due to security precautions.';
+$string['messageprovider:authorize_enrolment'] = 'Authorize.Net enrolment messages';
$string['methodcc'] = 'Credit card';
$string['methodccdesc'] = 'Select credit card and accepted types below';
$string['methodecheck'] = 'eCheck (ACH)';
diff --git a/enrol/authorize/version.php b/enrol/authorize/version.php
index 2a7d3679f30..6955933846d 100644
--- a/enrol/authorize/version.php
+++ b/enrol/authorize/version.php
@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2011112901; // The current plugin version (Date: YYYYMMDDXX)
+$plugin->version = 2011112902; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011112900; // Requires this Moodle version
$plugin->component = 'enrol_authorize'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 180;