aboutsummaryrefslogtreecommitdiffstats
path: root/mod/newmember.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-03 07:04:43 -0700
committerFriendika <info@friendika.com>2011-06-03 07:04:43 -0700
commite591ed6b30808cabf1f0c80a356f3fa12ce4aa31 (patch)
tree64963547d8fd9df943c9c651ffb68b63a45377d9 /mod/newmember.php
parent980d3864cb1036cf7968f4d7e612a8959f3639a3 (diff)
downloadvolse-hubzilla-e591ed6b30808cabf1f0c80a356f3fa12ce4aa31.tar.gz
volse-hubzilla-e591ed6b30808cabf1f0c80a356f3fa12ce4aa31.tar.bz2
volse-hubzilla-e591ed6b30808cabf1f0c80a356f3fa12ce4aa31.zip
minor edits
Diffstat (limited to 'mod/newmember.php')
-rw-r--r--mod/newmember.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/newmember.php b/mod/newmember.php
index bc1fb7508..eff258d21 100644
--- a/mod/newmember.php
+++ b/mod/newmember.php
@@ -31,10 +31,12 @@ function newmember_content(&$a) {
$o .= '<li>' . '<a href="profiles">' . 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.') . '</a></li>' . EOL;
- $o .= '<li>' . '<a href="contacts">' . 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 <em>Connect</em> dialog.') . '</a></li>' . EOL;
+ $o .= '<li>' . '<a href="contacts">' . 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 <em>Connect</em> dialog.') . '</a></li>' . EOL;
$o .= '<li>' . '<a href="directory">' . t('The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested.') . '</a></li>' . EOL;
+ $o .= '<li>' . '<a href="contacts">' . 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.') . '</a></li>' . EOL;
+
$o .= '<li>' . '<a href="help">' . t('Our <strong>help</strong> pages may be consulted for detail on other program features and resources.') . '</a></li>' . EOL;
$o .= '</div>';