Following n4rky to resolve #1898
This commit is contained in:
parent
4e7bf0028c
commit
9a1c57f1bc
|
@ -265,7 +265,7 @@ function register_content(&$a) {
|
||||||
'$fillext' => $fillext,
|
'$fillext' => $fillext,
|
||||||
'$oidlabel' => $oidlabel,
|
'$oidlabel' => $oidlabel,
|
||||||
'$openid' => $openid_url,
|
'$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: '),
|
'$addrlabel' => t('Your Email Address: '),
|
||||||
'$passwords' => $passwords,
|
'$passwords' => $passwords,
|
||||||
'$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')),
|
'$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')),
|
||||||
|
|
Loading…
Reference in a new issue