diff options
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php index 735a37d3c1..7ae1eb7503 100644 --- a/help_text.php +++ b/help_text.php @@ -3414,7 +3414,7 @@ case 'edituser_realname': case 'edituser_password': $title=i18n::translate('Password'); - $text=i18n::translate('Passwords must be at least 6 characters long and are case-sensitive, so that "s3CR#t" is different to "S3CR#t".'); + $text=i18n::translate('Passwords must be at least 6 characters long and are case-sensitive, so that "s3CR#t" is different to "S3CR#t".'); break; case 'edituser_rootid': |
