diff options
author | friendica <info@friendica.com> | 2011-11-16 04:15:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-16 04:15:14 -0800 |
commit | b4218614ed4a5652ecb5f15df9d20fc530abb4c3 (patch) | |
tree | 6fd7b56e45a19774729811e2472c87b2e036981a /mod/settings.php | |
parent | 306a69b5f4b544841f312ed5c160ade19356689a (diff) | |
download | volse-hubzilla-b4218614ed4a5652ecb5f15df9d20fc530abb4c3.tar.gz volse-hubzilla-b4218614ed4a5652ecb5f15df9d20fc530abb4c3.tar.bz2 volse-hubzilla-b4218614ed4a5652ecb5f15df9d20fc530abb4c3.zip |
change hide profile setting text
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 6cc80e3a6..a073a5e98 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -644,7 +644,7 @@ function settings_content(&$a) { )); $hide_wall = replace_macros($opt_tpl,array( - '$field' => array('hidewall', t('Hide profile details and all your messages from unknown viewers?'), $a->user['hidewall'], '', array(t('No'),t('Yes'))), + '$field' => array('hidewall', t('Hide your profile details from unknown viewers?'), $a->user['hidewall'], '', array(t('No'),t('Yes'))), )); |