X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=fc53e7112c70607485b71262435e5b68731440cc;hb=6a8b96709e13b04a0657c25b4538c160e2118131;hp=bc1fb75085c5cd27788aa9aea06cc41227bc2027;hpb=00c548cc8f91b6087fa923da7b939a0fa2c264dc;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index bc1fb75085..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; @@ -31,10 +31,12 @@ function newmember_content(&$a) { $o .= '
  • ' . '' . t('Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.') . '
  • ' . EOL; - $o .= '
  • ' . '' . t('Your Contact page is your gateway to editing and connecting with friends on other networks. Typically you enter their address or site URL in the Connect dialog.') . '
  • ' . EOL; + $o .= '
  • ' . '' . t('Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Connect dialog.') . '
  • ' . EOL; $o .= '
  • ' . '' . t('The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested.') . '
  • ' . EOL; + $o .= '
  • ' . '' . t('Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.') . '
  • ' . EOL; + $o .= '
  • ' . '' . t('Our help pages may be consulted for detail on other program features and resources.') . '
  • ' . EOL; $o .= '';