moodle.php strings for log file restore needs some fix - xhtml compliance and removed \n - MDL-7056; merged from MOODLE_17_STABLE

This commit is contained in:
skodak 2006-10-17 18:57:05 +00:00
parent e45346f98e
commit 22fdde3941

View File

@ -131,9 +131,9 @@ $string['backupactivehelp'] = 'Choose whether or not to do automated backups.';
$string['backupcancelled'] = 'Backup Cancelled';
$string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups';
$string['backupdate'] = 'Backup Date';
$string['backupdatenew'] = ' &nbsp; $a->TAG is now $a->weekday, $a->mday $a->month $a->year<br>\n';
$string['backupdateold'] = '$a->TAG was $a->weekday, $a->mday $a->month $a->year\n';
$string['backupdaterecordtype'] = '<br>$a->recordtype - $a->recordname<br>\n';
$string['backupdatenew'] = ' &nbsp; $a->TAG is now $a->weekday, $a->mday $a->month $a->year<br />';
$string['backupdateold'] = '$a->TAG was $a->weekday, $a->mday $a->month $a->year';
$string['backupdaterecordtype'] = '<br />$a->recordtype - $a->recordname<br />';
$string['backupdetails'] = 'Backup Details';
$string['backupexecuteathelp'] = 'Choose what time automated backups should run at.';
$string['backupfailed'] = 'Some of your courses weren\'t saved!!';