diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:09:28 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:09:28 +0000 |
commit | 991bfbb05dbfe4919f1ef1be4feb359f4815a77c (patch) | |
tree | 15ec0329fb8c07adb83b5970ba5d1476251881d5 /languages | |
parent | 40c43b204903a03c63f7b9911b27717547ff5aa5 (diff) | |
download | elgg-991bfbb05dbfe4919f1ef1be4feb359f4815a77c.tar.gz elgg-991bfbb05dbfe4919f1ef1be4feb359f4815a77c.tar.bz2 |
added a check so that normal tags are created for photo tags that are not users
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index b0f358910..e3631532d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -60,6 +60,8 @@ 'image:tagthisphoto' => 'Tag this photo',
'image:actiontag' => 'Tag',
'image:inthisphoto' => 'In this photo',
+ 'tidypics:phototagging:success' => 'Photo tag was successfully added',
+ 'tidypics:phototagging:error' => 'Unexpected error occurred during tagging',
//widgets
|