aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-20 09:58:48 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-20 09:58:48 +0200
commit35b5f60f9911e4114468dc2f3d84e73545029033 (patch)
treedf085a658be16bc91fc9704d4c974f9c36c2e23b /include
parent13d0db5f9afc28e4ac379ff580bb8bc756641e54 (diff)
downloadvolse-hubzilla-35b5f60f9911e4114468dc2f3d84e73545029033.tar.gz
volse-hubzilla-35b5f60f9911e4114468dc2f3d84e73545029033.tar.bz2
volse-hubzilla-35b5f60f9911e4114468dc2f3d84e73545029033.zip
update large photo feature setting description
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 a6c4757cd..993a2e33f 100644
--- a/include/features.php
+++ b/include/features.php
@@ -55,7 +55,7 @@ function get_features() {
t('Post Composition Features'),
// array('richtext', t('Richtext Editor'), t('Enable richtext editor'),false),
array('markdown', t('Use Markdown'), t('Allow use of "Markdown" to format posts'),false),
- array('large_photos', t('Large Photos'), t('Include large (640px) photo thumbnails in posts. If not enabled, use small (320px) photo thumbnails'),false),
+ array('large_photos', t('Large Photos'), t('Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails'),false),
array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds'),false),
array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key'),false),
array('consensus_tools', t('Enable voting tools'), t('Provide a class of post which others can vote on'),false),