From 8eefe542dfccb3e1a580d5638bb8c3dc7165f7e3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 29 May 2018 16:54:40 +0200 Subject: [PATCH] rewording --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index 492cc5ce99..9c1142abee 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1108,7 +1108,7 @@ function settings_content(App $a) ]); $hide_wall = replace_macros($opt_tpl, [ - '$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. For technical reasons your profile will still have a public Atom feed that will contain your public postings.'), [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. Your public posts and replies will still be accessible by other means.'), [L10n::t('No'), L10n::t('Yes')]], ]); $blockwall = replace_macros($opt_tpl, [ -- 2.20.1