From: Tobias Diekershoff Date: Mon, 26 Feb 2018 16:27:00 +0000 (+0100) Subject: not only the others X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=56bd9ec148e22be87ae52871e29b6e3e4dcd8b16;p=friendica.git not only the others --- diff --git a/mod/settings.php b/mod/settings.php index ef9341f4c8..6fcbe4d116 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1127,7 +1127,7 @@ function settings_content(App $a) ]); $blockwall = replace_macros($opt_tpl, [ - '$field' => ['blockwall', L10n::t('Allow friends to post to your profile page?'), (intval($a->user['blockwall']) ? '0' : '1'), L10n::t('Your contacts may write posts on your profile wall. These posts will be distributed to your other contacts'), [L10n::t('No'), L10n::t('Yes')]], + '$field' => ['blockwall', L10n::t('Allow friends to post to your profile page?'), (intval($a->user['blockwall']) ? '0' : '1'), L10n::t('Your contacts may write posts on your profile wall. These posts will be distributed to your contacts'), [L10n::t('No'), L10n::t('Yes')]], ]); $blocktags = replace_macros($opt_tpl, [