X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fnewmember.php;h=fc53e7112c70607485b71262435e5b68731440cc;hb=ada8bee70e89c34afa53eff9ad70315cfcd34c6d;hp=eff258d21c0dfa0f8228b0ad4e5d3be1422eb570;hpb=ebb8186191d46f6b264d09f886d5574761194685;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index eff258d21c..fc53e7112c 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -15,7 +15,7 @@ function newmember_content(&$a) { $o .= '
  • ' . '' . t('On your Settings page - change your initial password. Also make a note of your Identity Address. This will be useful in making friends.') . '
  • ' . EOL; - $o .= '
  • ' . '' . t('Review the other settings, particularly the choice of publishing your profile to various directories. An unpublished directory is like an unlisted phone number. Great for privacy - but unless you inform all your friends, nobody can find you.') . '
  • ' . EOL; + $o .= '
  • ' . '' . t('Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.') . '
  • ' . EOL; $o .= '
  • ' . '' . t('Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.') . '
  • ' . EOL;