aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2013-01-19 09:36:27 -0500
committerCash Costello <cash.costello@gmail.com>2013-01-19 09:36:27 -0500
commit3cfc0d3c2b5b4aaaa94179060370e1fe34668464 (patch)
tree4b69072d4e9fc7e388fa3b09371aac0127601b44 /languages
parent1de6813123ae865e4420b341ade372feaaf7bd25 (diff)
downloadelgg-3cfc0d3c2b5b4aaaa94179060370e1fe34668464.tar.gz
elgg-3cfc0d3c2b5b4aaaa94179060370e1fe34668464.tar.bz2
Fixes #4982 adds confirm dialog to profile field reset
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index f3acc50ee..00a825b4d 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -405,7 +405,8 @@ $english = array(
'profile:editdefault:delete:fail' => 'Removed default profile item field failed',
'profile:editdefault:delete:success' => 'Profile field deleted',
'profile:defaultprofile:reset' => 'Profile fields reset to the system default',
- 'profile:resetdefault' => 'Reset default profile',
+ 'profile:resetdefault' => 'Reset profile fields to system defaults',
+ 'profile:resetdefault:confirm' => 'Are you sure you want to delete your custom profile fields?',
'profile:explainchangefields' => "You can replace the existing profile fields with your own using the form below. \n\n Give the new profile field a label, for example, 'Favorite team', then select the field type (eg. text, url, tags), and click the 'Add' button. To re-order the fields drag on the handle next to the field label. To edit a field label - click on the label's text to make it editable. \n\n At any time you can revert back to the default profile set up, but you will lose any information already entered into custom fields on profile pages.",
'profile:editdefault:success' => 'New profile field added',
'profile:editdefault:fail' => 'Default profile could not be saved',