summaryrefslogtreecommitdiff
path: root/core/helpers/core_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r--core/helpers/core_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php
index 3ee67358..b8f50561 100644
--- a/core/helpers/core_installer.php
+++ b/core/helpers/core_installer.php
@@ -219,7 +219,7 @@ class core_installer {
}
if (!module::get_var("core", "graphics_toolkit")) {
site_status::warning(
- t("Graphics toolkit missing! Please {{link_start}}choose a toolkit{{link_start}}.",
+ t("Graphics toolkit missing! Please %link_startchoose a toolkit%link_start.",
array("link_start" => "<a href=\"" . url::site("admin/graphics") . "\">", "link_end" => "</a>")),
"missing_graphics_toolkit");
}