diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-28 19:12:34 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-28 19:12:34 +0000 |
commit | 803d32e0a49325ad961161be193a9ad73e3dc211 (patch) | |
tree | 9a35eb1a510b7d438b7e6bb9d53a71ebc1e81d0d /languages | |
parent | a4a8fe024a3160509bdf41d095531d5647f98c51 (diff) | |
download | elgg-803d32e0a49325ad961161be193a9ad73e3dc211.tar.gz elgg-803d32e0a49325ad961161be193a9ad73e3dc211.tar.bz2 |
added basic notifications on album creation
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index e076ee8de..6b2d51374 100644 --- a/languages/en.php +++ b/languages/en.php @@ -72,7 +72,11 @@ //albums
'album:river:created' => "%s created a new photo album: ",
'album:river:item' => "an album",
- 'album:river:annotate' => "a comment on the photo album",
+ 'album:river:annotate' => "a comment on the photo album",
+
+ // notifications
+ 'tidypics:newalbum' => 'New photo album',
+
// Status messages
|