From 2fa4427b716f359ef2cad6f5f75c85f9a1307e60 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 13 May 2008 02:46:39 +0000 Subject: [PATCH] MDL-14609 change the wording "Click here to read the Site Policy Agreement" to "Link to Site Policy Agreement", merged from 19 --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index c6c2c1021c..15c1e2d973 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1176,7 +1176,7 @@ $string['pluginsetup'] = 'Setting up plugin tables'; $string['policyaccept'] = 'I understand and agree'; $string['policyagree'] = 'You must agree to this policy to continue using this site. Do you agree?'; $string['policyagreement'] = 'Site Policy Agreement'; -$string['policyagreementclick'] = 'Click here to read the Site Policy Agreement'; +$string['policyagreementclick'] = 'Link to Site Policy Agreement'; $string['popup'] = 'popup'; $string['popupwindowname'] = 'Popup window'; $string['popupwindow'] = 'Open file in new window'; -- 2.39.5