summaryrefslogtreecommitdiff
path: root/modules/akismet/helpers/akismet.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/akismet/helpers/akismet.php')
-rw-r--r--modules/akismet/helpers/akismet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/akismet/helpers/akismet.php b/modules/akismet/helpers/akismet.php
index d717268b..d46556de 100644
--- a/modules/akismet/helpers/akismet.php
+++ b/modules/akismet/helpers/akismet.php
@@ -93,7 +93,7 @@ class akismet_Core {
$api_key = module::get_var("akismet", "api_key");
if (empty($api_key)) {
site_status::warning(
- t("Akismet is not quite ready! Please provide an <a href=\"{{url}}\">API Key</a>",
+ t("Akismet is not quite ready! Please provide an <a href=\"%url\">API Key</a>",
array("url" => url::site("admin/akismet"))),
"akismet_config");
} else {