From 07be0ed2b99b2afdb2d0dd49cff57cd70a21662a Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 31 Dec 2003 08:07:03 +0000 Subject: [PATCH] Small fixes --- lang/en/moodle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index ecf73e3d79..529741ef95 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -32,7 +32,7 @@ $string['adminhelpassigncreators'] = 'Creators can create new courses and teach $string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu'; $string['adminhelpassignteachers'] = 'Find a course then use the icon to add teachers'; $string['adminhelpauthentication'] = 'You can use internal user accounts or external databases'; -$string['adminhelpbackup'] = 'Configure automatic backups and their schedule'; +$string['adminhelpbackup'] = 'Configure automated backups and their schedule'; $string['adminhelpconfiguration'] = 'Configure how the site looks and works'; $string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site'; $string['adminhelpcourses'] = 'Define courses and categories and assign people to them'; @@ -84,7 +84,7 @@ $string['backupfilename'] = 'backup'; $string['backupfinished'] = 'Backup completed successfully'; $string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups'; $string['backupkeephelp'] = 'How many recent backups for each course do you want to keep? (older ones will be deleted automatically)'; -$string['backuplogshelp'] = 'if enabled, then course logs will be included in automated backups'; +$string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups'; $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M'; $string['backuporiginalname'] = 'Backup Name'; $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files
(leave blank to save in its course default dir)'; -- 2.39.5