]> git.mxchange.org Git - friendica.git/commitdiff
change hide profile setting text
authorfriendica <info@friendica.com>
Wed, 16 Nov 2011 12:15:14 +0000 (04:15 -0800)
committerfriendica <info@friendica.com>
Wed, 16 Nov 2011 12:15:14 +0000 (04:15 -0800)
mod/settings.php

index 6cc80e3a61be29ad8e01cf2ecd32d73882538fb1..a073a5e984573dd02db94b32409510fd59468cd2 100644 (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'))),
 
        ));