change hide profile setting text

This commit is contained in:
friendica 2011-11-16 04:15:14 -08:00
parent 306a69b5f4
commit b4218614ed
1 changed files with 1 additions and 1 deletions

View File

@ -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'))),
));