From df69f6485a8a524b9cfaba0a36405b62d07ae153 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 8 Oct 2004 03:59:56 +0000 Subject: [PATCH] Error message for sesskey --- lang/en/error.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5