]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3585 from annando/bugfix-like-signature
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 15 Jul 2017 06:22:27 +0000 (08:22 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2017 06:22:27 +0000 (08:22 +0200)
Bugfix: Signatures for likes hadn't been stored

mod/settings.php

index 2707565abf73bd696e9d7ffd18d30e749a7c0b8c..f13e89cd16be3869c07ee3a24a22f2a5e3f944b1 100644 (file)
@@ -1018,7 +1018,7 @@ function settings_content(App $a) {
                        '$first_day_of_week'    => array('first_day_of_week', t('Beginning of week:'), $first_day_of_week, '', $weekdays, false),
                        '$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("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.'),
+                       '$no_auto_update'       => array('no_auto_update', t("Automatic updates only at the top of the network page"), $no_auto_update, t('When disabled, the network page is updated all the time, which could be confusing while reading.')),
                        '$bandwidth_saver' => array('bandwidth_saver', t('Bandwith Saver Mode'), $bandwidth_saver, t('When enabled, embedded content is not displayed on automatic updates, they only show on page reload.')),
 
                        '$d_tset' => t('General Theme Settings'),