]> git.mxchange.org Git - friendica.git/commitdiff
Clarification for the hidewall property.
authorMichael Vogel <icarus@dabo.de>
Fri, 12 Dec 2014 22:03:23 +0000 (23:03 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 12 Dec 2014 22:03:23 +0000 (23:03 +0100)
mod/settings.php

index b7148bb3605751c89dc71f064dfe94d2ba5cb812..8fa0d86a90871b44c331abb2a4cc889db8b1bccb 100644 (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'))),
 
        ));