]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1244 from annando/1412-hidewall-clarification
authortobiasd <tobias.diekershoff@gmx.net>
Sat, 13 Dec 2014 07:06:42 +0000 (08:06 +0100)
committertobiasd <tobias.diekershoff@gmx.net>
Sat, 13 Dec 2014 07:06:42 +0000 (08:06 +0100)
Clarification for the hidewall property

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