From d97308ffe70005a0d3cb0f0b7e96d82375f79e06 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 19 Jan 2009 05:24:47 +0000 Subject: Put the element inside the internationalized text. --- core/helpers/core_installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index bf56ca55..24b9e993 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -219,8 +219,8 @@ class core_installer { } if (!module::get_var("core", "graphics_toolkit")) { site_status::warning( - t("Graphics toolkit missing! Please %link_startchoose a toolkit%link_start.", - array("link_start" => "", "link_end" => "")), + t("Graphics toolkit missing! Please choose a toolkit", + array("url" => url::site("admin/graphics"))), "missing_graphics_toolkit"); } -- cgit v1.2.3