aboutsummaryrefslogtreecommitdiffstats
path: root/mod/newmember.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-19 16:47:03 -0700
committerFriendika <info@friendika.com>2011-06-19 16:47:03 -0700
commitc2dcff0d02e3e4ca5b728b6d3e41a07601163011 (patch)
tree63295f064fd03864f9795ae0d935d1eb9a78eba9 /mod/newmember.php
parent76ddbff0b5184c85be1e7ad2ffe6fb918ed65b65 (diff)
downloadvolse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.tar.gz
volse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.tar.bz2
volse-hubzilla-c2dcff0d02e3e4ca5b728b6d3e41a07601163011.zip
move profile privacy settings to the Privacy section of the Settings page
Diffstat (limited to 'mod/newmember.php')
-rw-r--r--mod/newmember.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/newmember.php b/mod/newmember.php
index eff258d21..fc53e7112 100644
--- a/mod/newmember.php
+++ b/mod/newmember.php
@@ -15,7 +15,7 @@ function newmember_content(&$a) {
$o .= '<li>' . '<a href="settings">' . t('On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This will be useful in making friends.') . '</a></li>' . EOL;
- $o .= '<li>' . '<a href="settings">' . 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.') . '</a></li>' . EOL;
+ $o .= '<li>' . '<a href="settings">' . 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.') . '</a></li>' . EOL;
$o .= '<li>' . '<a href="profile_photo">' . 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.') . '</a></li>' . EOL;