summaryrefslogtreecommitdiff
path: root/modules/gallery/views/upgrader.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-19 11:36:31 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-19 11:36:31 -0800
commita6c3e8f0a26661afd353c75bea496532999f2ca5 (patch)
treeafe17933b4e8d8cb4e1005b967d7e785a5705e74 /modules/gallery/views/upgrader.html.php
parent74472dc83ca897423c630dce0d1d7e3b13bb0b5f (diff)
parent643fffdba0e595e4e3c4777a52088f81bafded40 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/upgrader.html.php')
-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 55731440..c7a96cb5 100644
--- a/modules/gallery/views/upgrader.html.php
+++ b/modules/gallery/views/upgrader.html.php
@@ -112,7 +112,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 <b>%name</b> in your <b>%tmp_dir_path</b> directory.",
+ <?= 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 <b> %name </b> in your <b>%tmp_dir_path</b> directory.",
array("name" => "$upgrade_token",
"tmp_dir_path" => "gallery3/var/tmp")) ?>
</p>