diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-18 11:54:31 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-18 11:54:31 +0000 |
commit | dd81b02a85596a913c4a42fba655766b61334eb1 (patch) | |
tree | 4fd33852b7c7000750285f82e3721ecad0a950cc /languages | |
parent | 0328eb2da2ce7069df72b2036cf1ee4bda59f264 (diff) | |
download | elgg-dd81b02a85596a913c4a42fba655766b61334eb1.tar.gz elgg-dd81b02a85596a913c4a42fba655766b61334eb1.tar.bz2 |
started work on improving upload error messages
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
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.",
|