From dd81b02a85596a913c4a42fba655766b61334eb1 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 18 May 2009 11:54:31 +0000 Subject: started work on improving upload error messages --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index a0ede635d..0faf96324 100644 --- a/languages/en.php +++ b/languages/en.php @@ -117,7 +117,8 @@ //Error messages 'image:none' => "We could not find any images at the moment.", - 'image:uploadfailed' => "Files not uploaded:", + 'tidypics:partialuploadfailure' => "There was a partial on upload (%s of %s images).", + 'tidypics:completeuploadfailure' => "Upload of images failed.", 'image:deletefailed' => "Your image could not be deleted at this time.", 'image:downloadfailed' => "Sorry; this image is not available at this time.", -- cgit v1.2.3