diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:44:40 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:44:40 +0000 |
commit | d124fec101c9b2a2be29587cb4eff5826b78623d (patch) | |
tree | b0ac9d7dce4375ff26462991a93ff4d3ac4f21b4 /languages/en.php | |
parent | 6c9af8f91b34f9f2f31e58ede1f97f6e4d130928 (diff) | |
download | elgg-d124fec101c9b2a2be29587cb4eff5826b78623d.tar.gz elgg-d124fec101c9b2a2be29587cb4eff5826b78623d.tar.bz2 |
tags go to river now
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 6890ddfd8..de8a22db2 100644 --- a/languages/en.php +++ b/languages/en.php @@ -127,9 +127,10 @@ // river
//images
- 'image:river:created' => "%s added the image %s to album %s",
- 'image:river:item' => "an image",
- 'image:river:annotate' => "a comment on the image",
+ 'image:river:created' => "%s added the photo %s to album %s",
+ 'image:river:item' => "an photo",
+ 'image:river:annotate' => "a comment on the photo",
+ 'image:river:tagged' => "was tagged in the photo",
//albums
'album:river:created' => "%s created a new photo album",
|