diff options
author | cash <cash.costello@gmail.com> | 2011-12-03 15:42:40 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-03 15:42:40 -0500 |
commit | 092197523f135b1aec3de8ff50df0dcf724c8094 (patch) | |
tree | a58f96da95f9349e2cbae13be3bc144944aee343 /languages/en.php | |
parent | 5e7ea5369519949ea6dc7954a61f4d4eba29b0d0 (diff) | |
download | elgg-092197523f135b1aec3de8ff50df0dcf724c8094.tar.gz elgg-092197523f135b1aec3de8ff50df0dcf724c8094.tar.bz2 |
river finished up for image, batch, album
Diffstat (limited to 'languages/en.php')
-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 40be85fd6..c701f98f4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -161,8 +161,9 @@ 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:multiple' => "%s added %u photos to 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", 'image:river:tagged' => "%s tagged %s in the photo %s", |