]> git.mxchange.org Git - friendica-addons.git/commitdiff
missing "in"
authortobiasd <tobias.diekershoff@gmx.net>
Mon, 7 Jul 2014 09:17:06 +0000 (11:17 +0200)
committertobiasd <tobias.diekershoff@gmx.net>
Mon, 7 Jul 2014 09:17:06 +0000 (11:17 +0200)
piwik/piwik.php

index 21bc7af204940dd63b6e678325752bf77cba38e1..b7d326e5b88e8e99579d3ca07be56d842126e578 100755 (executable)
@@ -77,7 +77,7 @@ function piwik_analytics($a,&$b) {
                $b .= t("This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool.");
                $b .= " ";
                $the_url =  "http://".$baseurl ."index.php?module=CoreAdminHome&action=optOut";
-               $b .= sprintf(t("If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."), $the_url);
+               $b .= sprintf(t("If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."), $the_url);
                $b .= "</div>";
        }
 }
@@ -102,3 +102,5 @@ function piwik_plugin_admin_post (&$a) {
        set_config('piwik', 'async', $async);
        info( t('Settings updated.'). EOL);
 }
+;
+         $b .=