diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 18:50:27 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 18:50:27 +0000 |
commit | 3b5ce30c7f4c2158f26c8ebb7e7bef3e19ece9e9 (patch) | |
tree | ad397181660c293054d6eb2846cfbff06bd7fb1d /languages | |
parent | 7acd3a2947f7bd92ded5bc5f02baa5db87f6b212 (diff) | |
download | elgg-3b5ce30c7f4c2158f26c8ebb7e7bef3e19ece9e9.tar.gz elgg-3b5ce30c7f4c2158f26c8ebb7e7bef3e19ece9e9.tar.bz2 |
added river integration for 1.5 - did not add update album or create/update image
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 7e8d67f39..90c2c8b5a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -67,12 +67,12 @@ //images
'image:river:created' => "%s uploaded",
'image:river:item' => "an image",
- 'image:river:annotate' => "%s commented on",
+ 'image:river:annotate' => "a comment on the image",
//albums
- 'album:river:created' => "%s created",
+ 'album:river:created' => "%s created a new photo album: ",
'album:river:item' => "an album",
- 'album:river:annotate' => "%s commented on",
+ 'album:river:annotate' => "a comment on the photo album",
// Status messages
|