diff options
author | friendica <info@friendica.com> | 2014-02-02 18:06:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 18:06:15 -0800 |
commit | 38bce48f288244c967d325639e033e0602fa0bcc (patch) | |
tree | 2c8e5ab8d7bfca972e47af7964ef74b48d50b02b /mod | |
parent | ee1580427e9a1bc4e2b86906f7b42d3071ed516d (diff) | |
download | volse-hubzilla-38bce48f288244c967d325639e033e0602fa0bcc.tar.gz volse-hubzilla-38bce48f288244c967d325639e033e0602fa0bcc.tar.bz2 volse-hubzilla-38bce48f288244c967d325639e033e0602fa0bcc.zip |
wordsmithing
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/settings.php b/mod/settings.php index c0e8122cb..543bef5ed 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -926,10 +926,10 @@ function settings_content(&$a) { '$hide_presence' => array('hide_presence', t('Hide my online presence'),$hide_presence, t('Prevents displaying in your profile that you are online')), '$lbl_pmacro' => t('Simple Privacy Settings:'), - '$pmacro3' => t('Very Public - extremely permissive (use with caution)'), - '$pmacro2' => t('Typical - default public, privacy when desired (similar to social network permissions)'), - '$pmacro1' => t('Private - default private, rarely open or public'), - '$pmacro0' => t('Blocked - default blocked to/from everybody'), + '$pmacro3' => t('Very Public - <em>extremely permissive (should be used with caution)</em>'), + '$pmacro2' => t('Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>'), + '$pmacro1' => t('Private - <em>default private, never open or public</em>'), + '$pmacro0' => t('Blocked - <em>default blocked to/from everybody</em>'), '$permiss_arr' => $permiss, '$lbl_p2macro' => t('Advanced Privacy Settings'), |