aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-26 17:10:26 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-26 17:10:26 +0000
commit1758a7093b49425f4f79467a9b10c24332628f09 (patch)
tree4168c1c01bcef2d38acc3dc52ad5b72b8e6bc267 /languages
parent0b2d26d53874abbb83a776c234507949bd3de947 (diff)
downloadelgg-1758a7093b49425f4f79467a9b10c24332628f09.tar.gz
elgg-1758a7093b49425f4f79467a9b10c24332628f09.tar.bz2
Display names are limited to 50 chars and have HTML tags removed.
git-svn-id: http://code.elgg.org/elgg/trunk@3845 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 7da28a206..39f7e8d43 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -413,7 +413,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'user:set:name' => "Account name settings",
'user:name:label' => "Your name",
'user:name:success' => "Successfully changed your name on the system.",
- 'user:name:fail' => "Could not change your name on the system.",
+ 'user:name:fail' => "Could not change your name on the system. Please make sure your name isn't too long and try again.",
'user:set:password' => "Account password",
'user:password:label' => "Your new password",