]> git.mjollnir.org Git - moodle.git/commitdiff
Error message for sesskey
authormoodler <moodler>
Fri, 8 Oct 2004 03:59:56 +0000 (03:59 +0000)
committermoodler <moodler>
Fri, 8 Oct 2004 03:59:56 +0000 (03:59 +0000)
lang/en/error.php

index f9a652f2ea390dc1cbebeabf019e75b2d3192777..1b905239aa7231ddc46db22011bfcd8b389b28cc 100755 (executable)
@@ -2,6 +2,7 @@
       // error.php - created with Moodle 1.2 development (2003122600)
 
 $string['coursegroupunknown'] = 'Course corresponding to group $a not specified';
+$string['confirmsesskeybad'] = 'Sorry, but your session key could not be confirmed to carry out this action.  This security feature prevents against accidental or malicious execution of important functions in your name.  Please make sure you really wanted to execute this function.';
 $string['erroronline'] = 'Error on line $a';
 $string['fieldrequired'] = '\"$a\" is a required field';
 $string['filenotfound'] = 'Sorry, the requested file could not be found';