diff options
author | friendica <info@friendica.com> | 2013-11-11 00:29:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 00:29:25 -0800 |
commit | 260d5231a47292599cb8aa03a7186e7c5e86dac1 (patch) | |
tree | 06d5f7c5a1eed619fc462624efb9fba1e14cc1ff /include/features.php | |
parent | dc1cb583a0a7ad4dd6a6a086d862c695a9cf0331 (diff) | |
download | volse-hubzilla-260d5231a47292599cb8aa03a7186e7c5e86dac1.tar.gz volse-hubzilla-260d5231a47292599cb8aa03a7186e7c5e86dac1.tar.bz2 volse-hubzilla-260d5231a47292599cb8aa03a7186e7c5e86dac1.zip |
change wording on feature to "even more encryption" because otherwise it sounds like we don't have any at all - and we certainly do.
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |