change wording on feature to "even more encryption" because otherwise it sounds like we don't have any at all - and we certainly do.

This commit is contained in:
friendica 2013-11-11 00:29:25 -08:00
parent dc1cb583a0
commit 260d5231a4

View File

@ -36,7 +36,7 @@ function get_features() {
array('richtext', t('Richtext Editor'), t('Enable richtext editor')), array('richtext', t('Richtext Editor'), t('Enable richtext editor')),
array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')), 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('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')),
array('content_encrypt', t('Encrypt Content'), t('Allow encryption of content end-to-end with a shared secret key')), array('content_encrypt', t('Even More Encryption'), t('Allow encryption of content end-to-end with a shared secret key')),
), ),
// Network Tools // Network Tools