aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-04-13 18:18:08 -0700
committerBrett Profitt <brett.profitt@gmail.com>2012-04-13 18:18:08 -0700
commit90b3ef93ab20ceb49d0e2f5b40a87dd6608d05f4 (patch)
tree1f50bd287eb8972e1fb67b11df1423541c715810 /languages/en.php
parentd97db06f5cf897ebe6e346367a8fe0e44c0b19b2 (diff)
downloadelgg-90b3ef93ab20ceb49d0e2f5b40a87dd6608d05f4.tar.gz
elgg-90b3ef93ab20ceb49d0e2f5b40a87dd6608d05f4.tar.bz2
Fixed incorrect error message when saving an image without a title.
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php
index b765508a6..0f7aa8d69 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -271,17 +271,22 @@ The photo can be viewed here: %s",
'tidypics:not_image' => "This is not a recognized image type",
'tidypics:deletefailed' => "Sorry. Deletion failed.",
'tidypics:deleted' => "Successful deletion.",
- 'image:downloadfailed' => "Sorry; this image is not available.",
'tidypics:nosettings' => "Admin of this site has not set photo album settings.",
'tidypics:exceed_quota' => "You have exceeded the quota set by the administrator",
'tidypics:cannot_upload_exceeds_quota' => 'Image not uploaded. File size exceeds available quota.',
- 'images:notedited' => "Not all images were successfully updated",
+
'album:none' => "No albums have been created yet.",
'album:uploadfailed' => "Sorry; we could not save your album.",
'album:deletefailed' => "Your album could not be deleted.",
'album:blank' => "Please give this album a title.",
'album:invalid_album' => 'Invalid album',
'album:cannot_save_cover_image' => 'Cannot save cover image',
+
+ 'image:downloadfailed' => "Sorry; this image is not available.",
+ 'images:notedited' => "Not all images were successfully updated",
+ 'image:blank' => 'Please give this image a title.',
+ 'image:error' => 'Could not save image.',
+
'tidypics:upgrade:failed' => "The upgrade of Tidypics failed",
);