aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/languages
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 12:23:54 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 12:23:54 +0000
commit9848b01be937643f79b518246cabfb0d8600e4be (patch)
treecd847df84cf2bd7c5dd7733176cbe1712e1acd59 /mod/profile/languages
parenta4b0f36ff9d347cc22b8063cadf0505c8fa87494 (diff)
downloadelgg-9848b01be937643f79b518246cabfb0d8600e4be.tar.gz
elgg-9848b01be937643f79b518246cabfb0d8600e4be.tar.bz2
new avatar crop page and instructions
git-svn-id: https://code.elgg.org/elgg/trunk@1354 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages')
-rw-r--r--mod/profile/languages/en.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php
index e9d96e79d..4da311ab1 100644
--- a/mod/profile/languages/en.php
+++ b/mod/profile/languages/en.php
@@ -21,12 +21,14 @@
'profile:user' => "%s's profile",
'profile:edit' => "Edit profile",
- 'profile:editicon' => "Change your profile picture",
- 'profile:icon' => "Profile icon",
+ 'profile:editicon' => "Upload a new profile picture",
+ 'profile:profilepictureinstructions' => "The profile picture is the image that's displayed on your profile page. <br /> You can change it as often as you'd like. (File formats accepted: GIF, JPG or PNG)",
+ 'profile:icon' => "Profile picture",
'profile:createicon' => "Create your avatar",
- 'profile:currentavatar' => "Your current avatar",
- 'profile:createicon:header' => "Upload your profile picture",
- 'profile:createicon:instructions' => "Click and drag to crop your main profile photo into a cool avatar",
+ 'profile:currentavatar' => "Current avatar",
+ 'profile:createicon:header' => "Profile picture",
+ 'profile:profilepicturecroppingtool' => "Profile picture cropping tool",
+ 'profile:createicon:instructions' => "Click and drag a square below to match how you want your picture cropped. A preview of your cropped picture will appear in the box on the right. When you are happy with the preview, click 'Create your avatar'. This cropped image will be used throughout the site as your avatar. ",
'profile:aboutme' => "About me",
'profile:description' => "About me",
@@ -45,7 +47,7 @@
*/
'profile:saved' => "Your profile was successfully saved.",
- 'profile:icon:uploaded' => "Your profile icon was successfully uploaded.",
+ 'profile:icon:uploaded' => "Your profile picture was successfully uploaded.",
/**
* Error messages
@@ -54,7 +56,7 @@
'profile:noaccess' => "You do not have permission to edit this profile.",
'profile:notfound' => "Sorry; we could not find the specified profile.",
'profile:cantedit' => "Sorry; you do not have permission to edit this profile.",
- 'profile:icon:notfound' => "Sorry; there was a problem uploading your profile icon.",
+ 'profile:icon:notfound' => "Sorry; there was a problem uploading your profile picture.",
);