From 894ea6758f3f99c49807df99ef4bbd95f74273dc Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 13 Feb 2012 15:39:45 -0800 Subject: Fixes #11. Added notifications back. --- languages/en.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index dc109dd05..69ba9d245 100644 --- a/languages/en.php +++ b/languages/en.php @@ -219,8 +219,7 @@ The photo can be viewed here: %s", // river 'river:create:object:image' => "%s uploaded the photo %s", - 'river:create:object:tidypics_batch' => "%s uploaded some photos", - 'image:river:created' => "%s added the photo %s to the album %s", + 'image:river:created' => "%s added a photo to the album %s", 'image:river:created:multiple' => "%s added %u photos to the album %s", 'image:river:item' => "a photo", 'image:river:annotate' => "a comment on the photo", @@ -234,8 +233,9 @@ The photo can be viewed here: %s", 'river:comment:object:album' => '%s commented on the album %s', // notifications - 'tidypics:newalbum' => 'New photo album', - + 'tidypics:newalbum_subject' => 'New photo album', + 'tidypics:newalbum' => '%s created a new photo album', + 'tidypics:updatealbum' => "%s uploaded new photos to the album %s", // Status messages 'tidypics:upl_success' => "Your images uploaded successfully.", -- cgit v1.2.3