diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-04-19 07:05:18 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-04-19 07:05:18 +0000 |
commit | 55256b459b2e5201203cf2999d3681335127bd1f (patch) | |
tree | 3681a8be3de8ef7fc0e2e6742004ce87b90af989 /core | |
parent | aaec040716d6e8702cbc001447f621e9a13a219c (diff) |
Fix UI string
Diffstat (limited to 'core')
-rw-r--r-- | core/views/admin_block_welcome.html.php | 2 |
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> |