diff options
author | friendica <info@friendica.com> | 2015-03-18 17:36:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-18 17:36:06 -0700 |
commit | 5a7e35fbf8e70f04e4253e5cc2a79925cd3385d1 (patch) | |
tree | def7952f0c3ff925ea40ef715bf2fa8b4d14f045 | |
parent | 3403c26ad517e02581164440489fb512e2521db2 (diff) | |
download | volse-hubzilla-5a7e35fbf8e70f04e4253e5cc2a79925cd3385d1.tar.gz volse-hubzilla-5a7e35fbf8e70f04e4253e5cc2a79925cd3385d1.tar.bz2 volse-hubzilla-5a7e35fbf8e70f04e4253e5cc2a79925cd3385d1.zip |
Change wording on the photo location feature. When photos are merged with DAV storage we won't be stripping metadata by default.
-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 08b32fe19..3a1752052 100644 --- a/include/features.php +++ b/include/features.php @@ -44,7 +44,7 @@ function get_features() { array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'),false), array('private_notes', t('Private Notes'), t('Enables a tool to store notes and reminders'),false), array('nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'),false), - 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), + array('photo_location', t('Photo Location'), t('If location data is available on uploaded photos, link this to a map.'),false), //FIXME - needs a description, but how the hell do we explain this to normals? |