diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-21 12:09:41 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-21 12:09:41 +0000 |
commit | 2c873ce8cdd6b402ad770bfbb3357061eb760a80 (patch) | |
tree | 027dbc7f126ae349cd63e091a394a5d5f01be6d6 /languages | |
parent | 0e4c0fc5462386354cdd2c8920be2946f702b98c (diff) | |
download | elgg-2c873ce8cdd6b402ad770bfbb3357061eb760a80.tar.gz elgg-2c873ce8cdd6b402ad770bfbb3357061eb760a80.tar.bz2 |
added tagging notifications - uses user's default notification setting like comments
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index c6d9bd61b..98cf9db53 100644 --- a/languages/en.php +++ b/languages/en.php @@ -112,6 +112,11 @@ 'tidypics:phototagging:success' => 'Photo tag was successfully added',
'tidypics:phototagging:error' => 'Unexpected error occurred during tagging',
'tidypics:deletetag:success' => 'Selected tags were successfully deleted',
+
+ 'tidypics:tag:subject' => "You have been tagged in a photo",
+ 'tidypics:tag:body' => "You have been tagged in the photo %s by %s.
+
+The photo can be viewed here: %s",
//rss
|