aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-02 11:48:25 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-02 11:48:25 -0400
commit0792a587b24f47d9e3755eaca0398d263c223aab (patch)
tree08c4192c0d3ad8c81f57590eaf788fcc1bf8def5 /languages
parent28f57861f86f3832150d57e583facc8552ce57eb (diff)
downloadelgg-0792a587b24f47d9e3755eaca0398d263c223aab.tar.gz
elgg-0792a587b24f47d9e3755eaca0398d263c223aab.tar.bz2
added 2 missing language strings for profile editing - thanks to webgalli for reporting these
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 1865f6ecd..a40baa61a 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -412,6 +412,8 @@ $english = array(
'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',
+ 'profile:field_too_long' => 'Cannot save your profile information because the "%s" section is too long.',
+ 'profile:noaccess' => "You do not have permission to edit this profile.",
/**