]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Merge branch 'gettext' of https://github.com/fabrixxm/friendika into fabrixxm-gettext
[friendica.git] / mod / register.php
index 3530ef58833667dae08496494350c425f8ec407d..95e9d581f1c9806e19d1818ed3da73f972252d9f 100644 (file)
@@ -401,7 +401,9 @@ function register_content(&$a) {
                $oidlabel = t("Your OpenID \x28optional\x29: ");
        }
 
-       $realpeople = t('Members of this network prefer to communicate with real people who use their real names.');
+       // I set this and got even more fake names than before...
+
+       $realpeople = ''; // t('Members of this network prefer to communicate with real people who use their real names.');
 
        if(get_config('system','publish_all')) {
                $profile_publish_reg = '<input type="hidden" name="profile_publish_reg" value="1" />';