From df970b648663bcd2b56ec06ca21046361626320b Mon Sep 17 00:00:00 2001 From: Chris Follin Date: Mon, 9 Apr 2012 12:46:45 -0400 Subject: [PATCH] INT-3348: Add missing string for PayPal enrolment messages. --- enrol/paypal/lang/en/enrol_paypal.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/enrol/paypal/lang/en/enrol_paypal.php b/enrol/paypal/lang/en/enrol_paypal.php index 211b9a8..d15a2bb 100644 --- a/enrol/paypal/lang/en/enrol_paypal.php +++ b/enrol/paypal/lang/en/enrol_paypal.php @@ -44,6 +44,7 @@ $string['mailadmins'] = 'Notify admin'; $string['mailstudents'] = 'Notify students'; $string['mailteachers'] = 'Notify teachers'; +$string['messageprovider:paypal_enrolment'] = 'PayPal enrolment messages'; $string['nocost'] = 'There is no cost associated with enrolling in this course!'; $string['paypal:config'] = 'Configure PayPal enrol instances'; $string['paypal:manage'] = 'Manage enrolled users'; -- 1.7.5.4