From 520b115d977d8ac39d25eb6eb528b2745e0bc06a Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Thu, 20 May 2004 17:18:02 +0000
Subject: [PATCH] Added the backupnoneusersinfo string to inform users about
 the consequences of select "None Users". Please, check it!!

---
 lang/en/moodle.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index 33da9c90ba..3ef1068652 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -97,6 +97,7 @@ $string['backuplogdetailed'] = 'Detailed execution log';
 $string['backuploglaststatus'] = 'Last execution log';
 $string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups';
 $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
+$string['backupnoneusersinfo'] = 'Notice: You have selected to backup \"none\" users, so all the modules backup have been switched to \"without user data\" mode. Please note that the \"exercise\" and \"workshop\" modules aren\'t compatible with this type of backup, so they have been deactivated completely.';
 $string['backuporiginalname'] = 'Backup Name';
 $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files<br>(leave blank to save in its course default dir)';
 $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';
-- 
2.39.5