Following n4rky to resolve #1898

This commit is contained in:
Tobias Diekershoff 2015-11-07 13:19:55 +01:00
parent 4e7bf0028c
commit 9a1c57f1bc
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ function register_content(&$a) {
'$fillext' => $fillext,
'$oidlabel' => $oidlabel,
'$openid' => $openid_url,
'$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '),
'$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith, real or real-looking' . "\x29" . ': '),
'$addrlabel' => t('Your Email Address: '),
'$passwords' => $passwords,
'$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')),