diff --git a/mod/newmember.php b/mod/newmember.php index bc1fb75085..eff258d21c 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -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 .= '';