From b804a56d2c71b2a4c1eaa289fd98be997b99c534 Mon Sep 17 00:00:00 2001 From: Chris Follin Date: Mon, 9 Apr 2012 12:46:45 -0400 Subject: [PATCH] MDL-31429 enrol: Add missing string for PayPal enrolment messages. Signed-off-by: Andrew Davis --- enrol/paypal/lang/en/enrol_paypal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/enrol/paypal/lang/en/enrol_paypal.php b/enrol/paypal/lang/en/enrol_paypal.php index 211b9a80991..d15a2bb3e61 100644 --- a/enrol/paypal/lang/en/enrol_paypal.php +++ b/enrol/paypal/lang/en/enrol_paypal.php @@ -44,6 +44,7 @@ $string['enrolstartdate_help'] = 'If enabled, users can be enrolled from this da $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';