From: stronk7 Date: Fri, 22 May 2009 15:16:13 +0000 (+0000) Subject: MDL-19246 file manager - improved security message. Unused in HEAD. Thanks Helen. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=528862df0478938e0f5572bde0fe66c5a7f7ab47;p=moodle.git MDL-19246 file manager - improved security message. Unused in HEAD. Thanks Helen. --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 183a200214..908de47adc 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1270,6 +1270,7 @@ $string['publicdirectory1'] = 'Publish the site name only'; $string['publicdirectory2'] = 'Publish the site name with a link'; $string['publicdirectorytitle'] = 'See the current list of sites'; $string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone'; +$string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.'; $string['question'] = 'Question'; $string['questionsinthequestionbank'] = 'Questions in the question bank'; $string['readinginfofrombackup'] = 'Reading info from backup';