summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-04-19 07:05:18 +0000
committerAndy Staudacher <andy.st@gmail.com>2009-04-19 07:05:18 +0000
commit55256b459b2e5201203cf2999d3681335127bd1f (patch)
tree3681a8be3de8ef7fc0e2e6742004ce87b90af989 /core
parentaaec040716d6e8702cbc001447f621e9a13a219c (diff)
Fix UI string
Diffstat (limited to 'core')
-rw-r--r--core/views/admin_block_welcome.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_block_welcome.html.php b/core/views/admin_block_welcome.html.php
index f3e61f59..488fa908 100644
--- a/core/views/admin_block_welcome.html.php
+++ b/core/views/admin_block_welcome.html.php
@@ -4,7 +4,7 @@
</p>
<ul>
<li>
- <?= t("General Settings - choose your <a href=\"%graphics_url\">graphics</a> and <a \"%language_url\">language</a> settings.",
+ <?= t("General Settings - choose your <a href=\"%graphics_url\">graphics</a> and <a href=\"%language_url\">language</a> settings.",
array("graphics_url" => url::site("admin/graphics"),
"language_url" => url::site("admin/languages"))) ?>
</li>