From: skodak Date: Sat, 10 Nov 2007 14:35:26 +0000 (+0000) Subject: MDL-12092 removed newline chars, we do not know the admin's platform, one line should... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6ec401781b8be91b7691834ed6dbdcfbea8a42a9;p=moodle.git MDL-12092 removed newline chars, we do not know the admin's platform, one line should be ok IMHO. --- 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';