diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 09:05:07 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 09:05:07 +0000 |
commit | 6ca24436bdb144d68cc772ce6b5a75929d35b773 (patch) | |
tree | e7e00b146eb445a7da593306f17377e0b816b85d /mod/profile/languages | |
parent | 9c922a7d49298417333deaceee320886dfc222e1 (diff) | |
download | elgg-6ca24436bdb144d68cc772ce6b5a75929d35b773.tar.gz elgg-6ca24436bdb144d68cc772ce6b5a75929d35b773.tar.bz2 |
new profile avatar page
git-svn-id: https://code.elgg.org/elgg/trunk@1342 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages')
-rw-r--r-- | mod/profile/languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php index 33e210f88..e9d96e79d 100644 --- a/mod/profile/languages/en.php +++ b/mod/profile/languages/en.php @@ -24,7 +24,9 @@ 'profile:editicon' => "Change your profile picture",
'profile:icon' => "Profile icon",
'profile:createicon' => "Create your avatar",
- 'profile:createicon:instructions' => "Click and drag to crop your image",
+ '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:aboutme' => "About me",
'profile:description' => "About me",
|