diff options
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 26ef79605..2bb18d959 100644 --- a/languages/en.php +++ b/languages/en.php @@ -164,7 +164,8 @@ The photo can be viewed here: %s", //images 'image:river:created' => "%s added the photo %s to album %s", - 'image:river:item' => "an photo", + 'image:river:created:multiple' => "%s added %u photos to album %s", + 'image:river:item' => "a photo", 'image:river:annotate' => "a comment on the photo", 'image:river:tagged' => "%s tagged %s in the photo %s", 'image:river:tagged:unknown' => "%s tagged %s in a photo", |