diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-19 11:06:45 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-19 11:06:45 +0000 |
commit | e9ca89769c050bc88a32151012b773ca9c8246f0 (patch) | |
tree | aaa69230087304fc8184fa3fafb4074f437ad0fb /languages/en.php | |
parent | effbb14022495081f80acdc1d68ced09c1dd67c0 (diff) | |
download | elgg-e9ca89769c050bc88a32151012b773ca9c8246f0.tar.gz elgg-e9ca89769c050bc88a32151012b773ca9c8246f0.tar.bz2 |
finished phototag search page
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index fca507407..4802308ff 100644 --- a/languages/en.php +++ b/languages/en.php @@ -103,6 +103,7 @@ 'tidypics:actiondelete' => 'Delete',
'tidypics:actioncancel' => 'Cancel',
'tidypics:inthisphoto' => 'In this photo',
+ 'tidypics:usertag' => "Photos tagged with user %s",
'tidypics:phototagging:success' => 'Photo tag was successfully added',
'tidypics:phototagging:error' => 'Unexpected error occurred during tagging',
'tidypics:deletetag:success' => 'Selected tags were successfully deleted',
|