From ff7eba4d78ada06a7574bbe814312e86bbf26bd9 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 29 Sep 2009 07:16:23 +0000 Subject: [PATCH] MDL-20371 improved warning string --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 7bdaa2f52b4..0795be23e5f 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1238,7 +1238,7 @@ $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['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL.
Do not store backup files here, use backupdata folder instead!'; +$string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL.
For security reasons, backup files should be saved in the secure backupdata folder only.'; $string['question'] = 'Question'; $string['questionsinthequestionbank'] = 'Questions in the question bank'; $string['readinginfofrombackup'] = 'Reading info from backup';