aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-02 07:46:27 -0700
committerCash Costello <cash.costello@gmail.com>2012-06-02 07:46:27 -0700
commitedb6a30963e704a102ba0032af98b5ccbb6bdbe4 (patch)
treef2bfb439444aa8906b84f3fa480415a27e1df5c6 /languages
parent912bcd65be8fb4b12aef4b78e8e9fa5ad68fc412 (diff)
parentf848e3ada3e29c17cc5028d7d9edad8035706334 (diff)
downloadelgg-edb6a30963e704a102ba0032af98b5ccbb6bdbe4.tar.gz
elgg-edb6a30963e704a102ba0032af98b5ccbb6bdbe4.tar.bz2
Merge pull request #230 from sembrestels/avatar-revert1.8
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php
index 406179940..6c06d70b5 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -367,7 +367,7 @@ $english = array(
'avatar:preview' => 'Preview',
'avatar:upload' => 'Upload a new avatar',
'avatar:current' => 'Current avatar',
- 'avatar:revert' => 'Revert your avatar to the default icon',
+ 'avatar:remove' => 'Remove your avatar and set the default icon',
'avatar:crop:title' => 'Avatar cropping tool',
'avatar:upload:instructions' => "Your avatar is displayed throughout the site. You can change it as often as you'd like. (File formats accepted: GIF, JPG or PNG)",
'avatar:create:instructions' => 'Click and drag a square below to match how you want your avatar cropped. A preview will appear in the box on the right. When you are happy with the preview, click \'Create your avatar\'. This cropped version will be used throughout the site as your avatar.',
@@ -376,8 +376,8 @@ $english = array(
'avatar:resize:fail' => 'Resize of the avatar failed',
'avatar:crop:success' => 'Cropping the avatar succeeded',
'avatar:crop:fail' => 'Avatar cropping failed',
- 'avatar:revert:success' => 'Reverting the avatar succeeded',
- 'avatar:revert:fail' => 'Avatar revert failed',
+ 'avatar:remove:success' => 'Removing the avatar succeeded',
+ 'avatar:remove:fail' => 'Avatar remove failed',
'profile:edit' => 'Edit profile',
'profile:aboutme' => "About me",
@@ -864,6 +864,7 @@ $english = array(
'new' => 'New',
'add' => 'Add',
'create' => 'Create',
+ 'remove' => 'Remove',
'revert' => 'Revert',
'site' => 'Site',