aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-27 21:19:23 -0800
committerfriendica <info@friendica.com>2013-12-27 21:19:23 -0800
commit121ee48963f7da0aec45b94163d68f23a36c7744 (patch)
treea3589687e2716ec0abd52859f4447e9f91291177 /include/features.php
parentc59688553c6f681fe7a11479b69dce8c3cd308dc (diff)
downloadvolse-hubzilla-121ee48963f7da0aec45b94163d68f23a36c7744.tar.gz
volse-hubzilla-121ee48963f7da0aec45b94163d68f23a36c7744.tar.bz2
volse-hubzilla-121ee48963f7da0aec45b94163d68f23a36c7744.zip
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.php b/include/features.php
index 40adf1d41..1f83eb319 100644
--- a/include/features.php
+++ b/include/features.php
@@ -28,7 +28,7 @@ function get_features() {
// in any event this setting should probably be a theme option or plugin
// array('prettyphoto', t('Enhanced Photo Albums'), t('Enable photo album with enhanced features')),
//FIXME - needs a description, but how the hell do we explain this to normals?
- array('sendzid', t('Extended Identity Sharing'), t(' ')),
+ array('sendzid', t('Extended Identity Sharing'), t('Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix.')),
array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')),
array('premium_channel', t('Premium Channel'), t('Allows you to set restrictions and terms on those that connect with your channel')),
),
@@ -39,7 +39,7 @@ function get_features() {
array('richtext', t('Richtext Editor'), t('Enable richtext editor')),
array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')),
array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')),
- array('content_encrypt', t('Even More Encryption'), t('Allow encryption of content end-to-end with a shared secret key')),
+ array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key')),
),
// Network Tools