]> git.mxchange.org Git - friendica.git/commitdiff
Following n4rky to resolve #1898
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Nov 2015 12:19:55 +0000 (13:19 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Nov 2015 12:19:55 +0000 (13:19 +0100)
mod/register.php

index 1963bd7a6023c8b6c67196f95a0d1f7271f8211d..c4dc382cb8d99c174ea34d16f2899f58aeb4362e 100644 (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.')),