diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 05:24:47 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 05:24:47 +0000 |
commit | d97308ffe70005a0d3cb0f0b7e96d82375f79e06 (patch) | |
tree | 9ddc5b9a7f1d142caec99548b24f4262d6305876 | |
parent | 0f8685fc9f1adbfcc865667d56af4ef6d4c83efd (diff) |
Put the <a> element inside the internationalized text.
-rw-r--r-- | core/helpers/core_installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
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" => "<a href=\"" . url::site("admin/graphics") . "\">", "link_end" => "</a>")), + t("Graphics toolkit missing! Please <a href=\"%url\">choose a toolkit</a>", + array("url" => url::site("admin/graphics"))), "missing_graphics_toolkit"); } |