From 6ec401781b8be91b7691834ed6dbdcfbea8a42a9 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 10 Nov 2007 14:35:26 +0000 Subject: [PATCH] MDL-12092 removed newline chars, we do not know the admin's platform, one line should be ok IMHO. --- 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 4163cbed99..96a97326ea 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1099,7 +1099,7 @@ $string['numwords'] = '$a words'; $string['numyears'] = '$a years'; $string['ok'] = 'OK'; $string['oldpassword'] = 'Current Password'; -$string['olduserdirectory'] = 'This is the OLD users directory, and is no longer needed. \r\nYou may safely delete it. \r\nThe files it contains have been copied to the NEW user directory.'; +$string['olduserdirectory'] = 'This is the OLD users directory, and is no longer needed. You may safely delete it. The files it contains have been copied to the NEW user directory.'; $string['opentoguests'] = 'Guest access'; $string['optional'] = 'optional'; $string['order'] = 'Order'; -- 2.39.5