From 85ec3126a8120a137c353191584788540c485156 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 14 May 2010 21:59:55 +0000 Subject: [PATCH] Remove \n --- languages/messages/MessagesEn.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8ffc491f75..dbf819b101 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2151,7 +2151,9 @@ PICT # misc. # ', # only translate this message to other languages if you have to change it 'upload-successful-msg' => 'Your upload is available here: $1', 'upload-failure-subj' => 'Upload problem', -'upload-failure-msg' => 'There was a problem with your upload:\n $1', +'upload-failure-msg' => 'There was a problem with your upload: + +$1', 'upload-proto-error' => 'Incorrect protocol', 'upload-proto-error-text' => 'Remote upload requires URLs beginning with http:// or ftp://.', -- 2.20.1