summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Nehls <kevin@kevinnehls.com>2009-09-13 09:26:30 -0700
committerKevin Nehls <kevin@kevinnehls.com>2009-09-13 09:26:30 -0700
commit51c995b26aeeaceee7f510de5b26ee69e209e20b (patch)
tree5a7ed65e740b75bb640d8b09e75fdef7ccfda8db
parent645cf6347cda049dc09664e60626c7a4f5609f89 (diff)
Remove raw HTML that's wrapped around the name of the file
to create if not logged in as admin
-rw-r--r--modules/gallery/views/upgrader.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php
index 5f93c2d5..8a01cd29 100644
--- a/modules/gallery/views/upgrader.html.php
+++ b/modules/gallery/views/upgrader.html.php
@@ -81,7 +81,7 @@
<? else: // can_upgrade ?>
<h1> <?= t("Who are you?") ?> </h1>
<p>
- <?= t("You're not logged in as an administrator, so we have to verify you to make sure it's ok for you to do an upgrade. To prove you can run an upgrade, create a file called %name in your <b>gallery3/var/tmp</b> directory.", array("name" => "<br/><b>$upgrade_token</b>")) ?>
+ <?= t("You're not logged in as an administrator, so we have to verify you to make sure it's ok for you to do an upgrade. To prove you can run an upgrade, create a file called <br/><b>%name</b> in your <b>gallery3/var/tmp</b> directory.", array("name" => "$upgrade_token")) ?>
</p>
<a href="<?= url::site("upgrader?") ?>"><?= t("Ok, I've done that") ?></a>
<? endif // can_upgrade ?>