aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-24 07:45:22 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-24 07:45:22 -0500
commite357d172fa71f9b940ed35df0dd5ee6eb6777d5a (patch)
tree89d302d4e2778ed1b831fccb4da9e05454fd7414 /languages
parent1c2735807961ce916c27832327a07ef0bc9d5a40 (diff)
downloadelgg-e357d172fa71f9b940ed35df0dd5ee6eb6777d5a.tar.gz
elgg-e357d172fa71f9b940ed35df0dd5ee6eb6777d5a.tar.bz2
Fixes #3272 added button to revert avatar
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 93099c98f..2f8ab41c9 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -363,6 +363,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: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.',
@@ -371,6 +372,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',
'profile:edit' => 'Edit profile',
'profile:aboutme' => "About me",
@@ -840,6 +843,7 @@ $english = array(
'new' => 'New',
'add' => 'Add',
'create' => 'Create',
+ 'revert' => 'Revert',
'site' => 'Site',
'activity' => 'Activity',