]> git.mxchange.org Git - friendica.git/blobdiff - include/features.php
Merge pull request #2073 from annando/1511-avatar
[friendica.git] / include / features.php
index 091dfc6e9d0793a320ff3f33af0fc4841ab76272..1307132a64fce66236e08c5f599833f0ea144db0 100644 (file)
@@ -23,13 +23,14 @@ function get_features() {
                        t('General Features'),
                        //array('expire',         t('Content Expiration'),              t('Remove old posts/comments after a period of time')),
                        array('multi_profiles', t('Multiple Profiles'),                 t('Ability to create multiple profiles')),
+                       array('photo_location', t('Photo Location'),                    t('Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'),false),
                ),
 
                // Post composition
                'composition' => array(
                        t('Post Composition 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('preview',        t('Post Preview'),                      t('Allow previewing posts and comments before publishing them')),
                        array('aclautomention', t('Auto-mention Forums'),               t('Add/remove mention when a fourm page is selected/deselected in ACL window.')),
                ),