change hide profile setting text
This commit is contained in:
parent
306a69b5f4
commit
b4218614ed
|
@ -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'))),
|
||||
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue