]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4542 from AndyHee/3.6-rc
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 4 Mar 2018 09:05:41 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Mar 2018 09:05:41 +0000 (10:05 +0100)
Corrected typo

mod/settings.php

index 6fcbe4d116b9a7efaf6a7ee79213109946d5ad73..b2dc37324c919bc52554ee83445af7c2bab82934 100644 (file)
@@ -1112,7 +1112,7 @@ function settings_content(App $a)
 
        if (strlen(Config::get('system', 'directory'))) {
                $profile_in_net_dir = replace_macros($opt_tpl, [
-                       '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be publishedin this node\'s <a href="%s">local directory</a>. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]]
+                       '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be published in this node\'s <a href="%s">local directory</a>. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]]
                ]);
        } else {
                $profile_in_net_dir = '';