From 22fdde3941bb7cbcfea9c05bff21ac4c48c68dd3 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 17 Oct 2006 18:57:05 +0000 Subject: [PATCH] moodle.php strings for log file restore needs some fix - xhtml compliance and removed \n - MDL-7056; merged from MOODLE_17_STABLE --- lang/en_utf8/moodle.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 9dd4b0ea7a..d326eb5ba1 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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'] = '   $a->TAG is now $a->weekday, $a->mday $a->month $a->year
\n'; -$string['backupdateold'] = '$a->TAG was $a->weekday, $a->mday $a->month $a->year\n'; -$string['backupdaterecordtype'] = '
$a->recordtype - $a->recordname
\n'; +$string['backupdatenew'] = '   $a->TAG is now $a->weekday, $a->mday $a->month $a->year
'; +$string['backupdateold'] = '$a->TAG was $a->weekday, $a->mday $a->month $a->year'; +$string['backupdaterecordtype'] = '
$a->recordtype - $a->recordname
'; $string['backupdetails'] = 'Backup Details'; $string['backupexecuteathelp'] = 'Choose what time automated backups should run at.'; $string['backupfailed'] = 'Some of your courses weren\'t saved!!'; -- 2.39.5