X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=piwik%2Fpiwik.php;h=b7d326e5b88e8e99579d3ca07be56d842126e578;hb=f4c9908e0c0778ba99948a36dc18b44315aadaa3;hp=21bc7af204940dd63b6e678325752bf77cba38e1;hpb=d54e2377cdf18448909f13185a199783448e04f9;p=friendica-addons.git diff --git a/piwik/piwik.php b/piwik/piwik.php index 21bc7af2..b7d326e5 100755 --- a/piwik/piwik.php +++ b/piwik/piwik.php @@ -77,7 +77,7 @@ function piwik_analytics($a,&$b) { $b .= t("This website is tracked using the Piwik 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 can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."), $the_url); + $b .= sprintf(t("If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."), $the_url); $b .= ""; } } @@ -102,3 +102,5 @@ function piwik_plugin_admin_post (&$a) { set_config('piwik', 'async', $async); info( t('Settings updated.'). EOL); } +; + $b .=