From 260d5231a47292599cb8aa03a7186e7c5e86dac1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Nov 2013 00:29:25 -0800 Subject: change wording on feature to "even more encryption" because otherwise it sounds like we don't have any at all - and we certainly do. --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index 7146122b7..e0c6c63bc 100644 --- a/include/features.php +++ b/include/features.php @@ -36,7 +36,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('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 -- cgit v1.2.3