]> git.mxchange.org Git - friendica.git/commitdiff
better description
authorZach Prezkuta <fermion@gmx.com>
Sat, 23 Feb 2013 16:33:29 +0000 (09:33 -0700)
committerZach Prezkuta <fermion@gmx.com>
Sat, 23 Feb 2013 16:33:29 +0000 (09:33 -0700)
mod/admin.php

index c263a646d41e94c77e1973a2727775e5dc73c57a..fb333c3e5c389bfe69b8701f519ab7cdb4e45ba5 100644 (file)
@@ -508,7 +508,7 @@ function admin_page_site(&$a) {
                '$global_directory'     => array('directory_submit_url', t("Global directory update URL"), get_config('system','directory_submit_url'), t("URL to update the global directory. If this is not set, the global directory is completely unavailable to the application.")),
                '$thread_allow'         => array('thread_allow', t("Allow threaded items"), get_config('system','thread_allow'), t("Allow infinite level threading for items on this site.")),
                '$newuser_private'      => array('newuser_private', t("Private posts by default for new users"), get_config('system','newuser_private'), t("Set default post permissions for all new members to the default privacy group rather than public.")),
-               '$enotify_no_content'   => array('enotify_no_content', t("Don't include post body in email notifications"), get_config('system','enotify_no_content'), t("Don't include the body of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.")),
+               '$enotify_no_content'   => array('enotify_no_content', t("Don't include post content in email notifications"), get_config('system','enotify_no_content'), t("Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.")),
 
                '$no_multi_reg'         => array('no_multi_reg', t("Block multiple registrations"),  get_config('system','block_extended_register'), t("Disallow users to register additional accounts for use as pages.")),
                '$no_openid'            => array('no_openid', t("OpenID support"), !get_config('system','no_openid'), t("OpenID support for registration and logins.")),