From: moodler Date: Fri, 8 Oct 2004 03:59:56 +0000 (+0000) Subject: Error message for sesskey X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=df69f6485a8a524b9cfaba0a36405b62d07ae153;p=moodle.git Error message for sesskey --- diff --git a/lang/en/error.php b/lang/en/error.php index f9a652f2ea..1b905239aa 100755 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -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';