diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 19:53:05 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 19:53:05 -0700 |
commit | 333c9d47e30125bcd7092adacedabaf1fcb417b6 (patch) | |
tree | 416d8b255114f3e5b8cd5741b7c96db9afeb2106 | |
parent | b57be646fe9fb07b5ebdd38a66b16de1b87d2a2d (diff) |
Fix HTML in l10n message
-rw-r--r-- | modules/gallery/views/upgrader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 07792322..b480ca19 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -88,7 +88,7 @@ <div id="footer"> <p> <i> - <?= t("Did something go wrong? Try the <a href=\"%faq_url\">FAQ</a> or ask in the <a href=\"%forums_url\">Gallery forums</a>.</i>", + <?= t("Did something go wrong? Try the <a href=\"%faq_url\">FAQ</a> or ask in the <a href=\"%forums_url\">Gallery forums</a>.", array("faq_url" => "http://codex.gallery2.org/Gallery3:FAQ", "forums_url" => "http://gallery.menalto.com/forum")) ?> </i> |