From cbda41c308892699a6a7515fe7390c722788c60e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 17 Apr 2010 15:44:00 +0000 Subject: [PATCH] Tweaks for messages added in r65152. --- languages/messages/MessagesEn.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8634674afc..01c79cf8c1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2055,17 +2055,17 @@ Preferred {{PLURAL:\$3|file type is|file types are}} \$2.", 'filetype-banned-type' => "'''\".\$1\"''' is not a permitted file type. Permitted {{PLURAL:\$3|file type is|file types are}} \$2.", 'filetype-missing' => 'The file has no extension (like ".jpg").', -'empty-file' => 'The file you submitted was empty', -'file-too-large' => 'The file you submitted was too large', -'filename-tooshort' => 'The filename is too short', -'filetype-banned' => 'This type of file is banned', -'verification-error' => 'This file did not pass file verification', -'hookaborted' => 'The modification you tried to make was aborted by an extension hook', -'illegal-filename' => 'The filename is not allowed', -'overwrite' => 'Overwriting an existing file is not allowed', -'unknown-error' => 'An unknown error occured', -'tmp-create-error' => "Couldn't create temporary file", -'tmp-write-error' => 'Error writing temporary file', +'empty-file' => 'The file you submitted was empty.', +'file-too-large' => 'The file you submitted was too large.', +'filename-tooshort' => 'The filename is too short.', +'filetype-banned' => 'This type of file is banned.', +'verification-error' => 'This file did not pass file verification.', +'hookaborted' => 'The modification you tried to make was aborted by an extension hook.', +'illegal-filename' => 'The filename is not allowed.', +'overwrite' => 'Overwriting an existing file is not allowed.', +'unknown-error' => 'An unknown error occured.', +'tmp-create-error' => "Could not create temporary file.", +'tmp-write-error' => 'Error writing temporary file.', 'large-file' => 'It is recommended that files are no larger than $1; this file is $2.', 'largefileserver' => 'This file is bigger than the server is configured to allow.', @@ -2104,8 +2104,8 @@ You should check that file's deletion history before proceeding to re-upload it. 'savefile' => 'Save file', 'uploadedimage' => 'uploaded "[[$1]]"', 'overwroteimage' => 'uploaded a new version of "[[$1]]"', -'uploaddisabled' => 'Uploads disabled', -'copyuploaddisabled' => 'Upload by URL disabled', +'uploaddisabled' => 'Uploads disabled.', +'copyuploaddisabled' => 'Upload by URL disabled.', 'uploaddisabledtext' => 'File uploads are disabled.', 'php-uploaddisabledtext' => 'File uploads are disabled in PHP. Please check the file_uploads setting.', -- 2.20.1