]> git.mxchange.org Git - friendica-addons.git/blobdiff - piwik/piwik.php
Remove sprintf with translations
[friendica-addons.git] / piwik / piwik.php
index ff141056a3b61b70a5d04721a0af1911936d6682..bbec1f6fc5f3853342635a233a950e5130340409 100644 (file)
@@ -82,7 +82,7 @@ function piwik_analytics($a,&$b) {
                $b .= L10n::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(L10n::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 .= L10n::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>";
        }
 }