diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:16:41 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:16:41 +0000 |
commit | a9352fbfb62cebabb29fac26c971ace49ff92be9 (patch) | |
tree | e29d05d17154c549d77e8c1faf36d89918d9abe8 /languages | |
parent | 991bfbb05dbfe4919f1ef1be4feb359f4815a77c (diff) | |
download | elgg-a9352fbfb62cebabb29fac26c971ace49ff92be9.tar.gz elgg-a9352fbfb62cebabb29fac26c971ace49ff92be9.tar.bz2 |
starting process of moving all language strings to beginning with tidypics
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/languages/en.php b/languages/en.php index e3631532d..538a46c60 100644 --- a/languages/en.php +++ b/languages/en.php @@ -55,11 +55,11 @@ 'image:next' => "Next",
// tagging
- 'image:doclickfortag' => 'Click on the faces of people to label them.',
- 'image:finish_tagging' => 'Stop labeling',
- 'image:tagthisphoto' => 'Tag this photo',
- 'image:actiontag' => 'Tag',
- 'image:inthisphoto' => 'In this photo',
+ 'tidypics:taginstruct' => 'Select area that you want to tag',
+ 'tidypics:finish_tagging' => 'Stop tagging',
+ 'tidypics:tagthisphoto' => 'Tag this photo',
+ 'tidypics:actiontag' => 'Tag',
+ 'tidypics:inthisphoto' => 'In this photo',
'tidypics:phototagging:success' => 'Photo tag was successfully added',
'tidypics:phototagging:error' => 'Unexpected error occurred during tagging',
|