X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=ae4c36e0cc0be0e2df3778daeaff4916a1f51ad9;hb=1a865bf400582dacf879e8bc33f6feb4b40c994a;hp=a4145e48c430603cec558774addcf623d65cd8ca;hpb=2f89a9b3e8c8028ef9dd0bdc8cd8611e5d67903d;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index a4145e48c4..ae4c36e0cc 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -886,7 +886,7 @@ function settings_content(&$a) { '$nosmile' => array('nosmile', t("Don't show emoticons"), $nosmile, ''), '$noinfo' => array('noinfo', t("Don't show notices"), $noinfo, ''), '$infinite_scroll' => array('infinite_scroll', t("Infinite scroll"), $infinite_scroll, ''), - '$no_auto_update' => array('no_auto_update', t("Disable automatic network update"), $no_auto_update, ''), + '$no_auto_update' => array('no_auto_update', t("Automatic updates only at the top of the network page"), $no_auto_update, 'When disabled, the network page is updated all the time, which could be confusing while reading.'), '$theme_config' => $theme_config, ));