Remove \n
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 14 May 2010 21:59:55 +0000 (21:59 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 14 May 2010 21:59:55 +0000 (21:59 +0000)
languages/messages/MessagesEn.php

index 8ffc491..dbf819b 100644 (file)
@@ -2151,7 +2151,9 @@ PICT # misc.
  #</pre> <!-- leave this line exactly as it is -->', # 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 <code>http://</code> or <code>ftp://</code>.',