]> git.mxchange.org Git - friendica.git/commitdiff
annon it is
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Feb 2018 16:21:47 +0000 (17:21 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Feb 2018 16:21:47 +0000 (17:21 +0100)
mod/settings.php

index c90ebf06416b84985ed94bf1abb692e3127d7767..ef9341f4c87151c350403f59f0d1f01bc4795c62 100644 (file)
@@ -1123,7 +1123,7 @@ function settings_content(App $a)
        ]);
 
        $hide_wall = replace_macros($opt_tpl, [
-               '$field' => ['hidewall', L10n::t('Hide your profile details from unknown viewers?'), $a->user['hidewall'], L10n::t("If you enable this option unknown visitors of your profile page will only see your profile picture, your display name and the nick name you are using. Please note that if this is enabled posting public messages to Diaspora and other networks isn't possible."), [L10n::t('No'), L10n::t('Yes')]],
+               '$field' => ['hidewall', L10n::t('Hide your profile details from anonymous viewers?'), $a->user['hidewall'], L10n::t('Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks.'), [L10n::t('No'), L10n::t('Yes')]],
        ]);
 
        $blockwall = replace_macros($opt_tpl, [