diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-14 22:08:31 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-14 22:08:31 +0000 |
commit | 1681015db9a4c9d91337f634b6f2c20a63a549f1 (patch) | |
tree | 1b8e020049d930b00cceeff5f8e8685594c7b542 /languages | |
parent | 2932918effa51f9689cabe38b758e44435d08e96 (diff) | |
download | elgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.gz elgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.bz2 |
finished river mods for next release
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 6aff28061..f1f3ed543 100644 --- a/languages/en.php +++ b/languages/en.php @@ -110,9 +110,9 @@ // river
//images
- 'image:river:created' => "%s added %s to album %s",
+ '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:annotate' => "a comment on the image",
//albums
'album:river:created' => "%s created a new photo album: ",
|