diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 13:53:40 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 13:53:40 +0000 |
commit | f162f786a0b152e37eed2b0e4ec89b51958ac023 (patch) | |
tree | 3938d09fca99d939e85cac451bb387907e88448c /languages | |
parent | fef76848f2e6f52d5f4941b9b519aadf996070cf (diff) | |
download | elgg-f162f786a0b152e37eed2b0e4ec89b51958ac023.tar.gz elgg-f162f786a0b152e37eed2b0e4ec89b51958ac023.tar.bz2 |
improved group code including river view
Diffstat (limited to 'languages')
-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 e0201dc46..fb7fa7182 100644 --- a/languages/en.php +++ b/languages/en.php @@ -124,7 +124,8 @@ 'image:river:annotate' => "a comment on the image",
//albums
- 'album:river:created' => "%s created a new photo album: ",
+ 'album:river:created' => "%s created a new photo album",
+ 'album:river:group' => "in the group",
'album:river:item' => "an album",
'album:river:annotate' => "a comment on the photo album",
|