diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-29 11:28:00 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-29 11:28:00 +0000 |
commit | 9e0d8ea4aa08f6390c0f93f6466c2a101dffcbed (patch) | |
tree | 17599dbfb02929b524384dff386efa5a66b724cd /languages/en.php | |
parent | 893364a28955358ad259bfb75798560616ab3d49 (diff) | |
download | elgg-9e0d8ea4aa08f6390c0f93f6466c2a101dffcbed.tar.gz elgg-9e0d8ea4aa08f6390c0f93f6466c2a101dffcbed.tar.bz2 |
tags now support avatars on riverdashboard (but no longer support versions of Elgg < 1.7)
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 2a4c63e87..28a705590 100644 --- a/languages/en.php +++ b/languages/en.php @@ -161,7 +161,8 @@ The photo can be viewed here: %s", '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", + 'image:river:tagged' => "%s tagged %s in the photo %s", + 'image:river:tagged:unknown' => "%s tagged %s in a photo", //albums 'album:river:created' => "%s created a new photo album", |