diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-26 17:10:26 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-26 17:10:26 +0000 |
commit | 1758a7093b49425f4f79467a9b10c24332628f09 (patch) | |
tree | 4168c1c01bcef2d38acc3dc52ad5b72b8e6bc267 /languages | |
parent | 0b2d26d53874abbb83a776c234507949bd3de947 (diff) | |
download | elgg-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.php | 2 |
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", |