From: jerome Date: Tue, 13 May 2008 02:46:39 +0000 (+0000) Subject: MDL-14609 change the wording "Click here to read the Site Policy Agreement" to "Link... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2fa4427b716f359ef2cad6f5f75c85f9a1307e60;p=moodle.git MDL-14609 change the wording "Click here to read the Site Policy Agreement" to "Link to Site Policy Agreement", merged from 19 --- 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';