diff options
Diffstat (limited to 'languages/en.php')
-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
|