]> git.mxchange.org Git - friendica.git/commitdiff
not only the others
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Feb 2018 16:27:00 +0000 (17:27 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Feb 2018 16:27:00 +0000 (17:27 +0100)
mod/settings.php

index ef9341f4c87151c350403f59f0d1f01bc4795c62..6fcbe4d116b9a7efaf6a7ee79213109946d5ad73 100644 (file)
@@ -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, [