aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-27 23:03:05 -0800
committerredmatrix <git@macgirvin.com>2016-01-27 23:03:05 -0800
commit5f1eb18da4d6380b64e83e0eeda6f1037de2fec9 (patch)
tree1f135da64c0935053f468281f8353e8279a18448 /include
parentae3ca2b7df7cd9a9cfc069d43f7b6d6cd7aae387 (diff)
parent9ea904c12d43de10aa452ad687830d5d68f5274c (diff)
downloadvolse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.tar.gz
volse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.tar.bz2
volse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include')
-rw-r--r--include/features.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php
index 78e611afe..4d8d162fa 100644
--- a/include/features.php
+++ b/include/features.php
@@ -50,7 +50,7 @@ function get_features($filtered = true) {
array('profile_export', t('Profile Import/Export'), t('Save and load profile details across sites/channels'),false,get_config('feature_lock','profile_export')),
array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'),false,get_config('feature_lock','webpages')),
array('hide_rating', t('Hide Rating'), t('Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else.'),false,get_config('feature_lock','hide_rating')),
- array('private_notes', t('Private Notes'), t('Enables a tool to store notes and reminders'),false,get_config('feature_lock','private_notes')),
+ array('private_notes', t('Private Notes'), t('Enables a tool to store notes and reminders (note: not encrypted)'),false,get_config('feature_lock','private_notes')),
array('nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'),false,get_config('feature_lock','nav_channel_select')),
array('photo_location', t('Photo Location'), t('If location data is available on uploaded photos, link this to a map.'),false,get_config('feature_lock','photo_location')),