Clarification for the hidewall property.

This commit is contained in:
Michael Vogel 2014-12-12 23:03:23 +01:00
parent 04106ff6f5
commit 086b3e30c6
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ function settings_content(&$a) {
));
$hide_wall = replace_macros($opt_tpl,array(
'$field' => array('hidewall', t('Hide your profile details 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'], t("If enabled, posting public messages to Diaspora and other networks isn't possible."), array(t('No'),t('Yes'))),
));