aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-07 20:45:13 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-07 20:45:13 +0100
commit1bb56309a62697f6549f159a6ed0d35fbf8f668b (patch)
tree17cefc52a20798581290fbc876fb7c6f071bfaba /Zotlabs/Module
parent6468b7a9147cd8a0d26523af90053ac3dcbb6bfd (diff)
downloadvolse-hubzilla-1bb56309a62697f6549f159a6ed0d35fbf8f668b.tar.gz
volse-hubzilla-1bb56309a62697f6549f159a6ed0d35fbf8f668b.tar.bz2
volse-hubzilla-1bb56309a62697f6549f159a6ed0d35fbf8f668b.zip
default to manual conversation updates
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Settings/Display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Display.php b/Zotlabs/Module/Settings/Display.php
index 25d1d21a0..67cecf1f5 100644
--- a/Zotlabs/Module/Settings/Display.php
+++ b/Zotlabs/Module/Settings/Display.php
@@ -206,7 +206,7 @@ class Display {
'$ajaxint' => array('browser_update', t("Update browser every xx seconds"), $browser_update, t('Minimum of 10 seconds, no maximum')),
'$itemspage' => array('itemspage', t("Maximum number of conversations to load at any time:"), $itemspage, t('Maximum of 100 items')),
'$nosmile' => array('nosmile', t("Show emoticons (smilies) as images"), 1-intval($nosmile), '', $yes_no),
- '$manual_update' => array('manual_update', t('Manual conversation updates'), channel_manual_conv_update(local_channel()), t('Default is automatic, which may increase screen jumping'), $yes_no),
+ '$manual_update' => array('manual_update', t('Manual conversation updates'), channel_manual_conv_update(local_channel()), t('Default is on, turning this off may increase screen jumping'), $yes_no),
'$title_tosource' => array('title_tosource', t("Link post titles to source"), $title_tosource, '', $yes_no),
'$layout_editor' => t('System Page Layout Editor - (advanced)'),
'$theme_config' => $theme_config,