summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-06-09 20:10:34 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-06-09 20:10:34 -0700
commit7e4fcb97cb4a575811c1e84ced07fbaf4d7ed7ba (patch)
treefcd54d14b9b29dd0ce19555b1b8240fd1382617d
parent86a32d412f11504ec66f0c9b08973de9ce9c2e30 (diff)
Fix HTML bug in l10n message
-rw-r--r--modules/gallery/views/admin_advanced_settings.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_advanced_settings.html.php b/modules/gallery/views/admin_advanced_settings.html.php
index 34abadea..b4dedaef 100644
--- a/modules/gallery/views/admin_advanced_settings.html.php
+++ b/modules/gallery/views/admin_advanced_settings.html.php
@@ -6,7 +6,7 @@
</p>
<ul id="gMessage">
<li class="gWarning">
- <b><?= t("Change these values at your own risk!</b>") ?>
+ <b><?= t("Change these values at your own risk!") ?>
</li>
</ul>