From: rebeka-catalina Date: Sat, 8 Apr 2017 14:48:11 +0000 (+0200) Subject: Modified the warning message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8a8fa9baae53b3d8e9bdb39d3f692f9a9d5b019;p=friendica.git Modified the warning message --- diff --git a/mod/settings.php b/mod/settings.php index 58b64e77e3..e40cd8d138 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1168,7 +1168,7 @@ function settings_content(App $a) { $profile_in_dir = ''; } else { $profile_in_dir = replace_macros($opt_tpl,array( - '$field' => array('profile_in_directory', t('Publish your default profile in your local site directory?'), $profile['publish'], t("Depending on the server settings your profile may be visible in public."), array(t('No'),t('Yes'))))); + '$field' => array('profile_in_directory', t('Publish your default profile in your local site directory?'), $profile['publish'], t("Your profile may be visible in public."), array(t('No'),t('Yes'))))); } if (strlen(get_config('system','directory'))) {