summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2011-04-23 13:55:23 -0700
committerTim Almdal <tnalmdal@shaw.ca>2011-04-23 13:55:23 -0700
commit7ec0cc748ac4c2a3b3d11abfbfd0ba50eb63f182 (patch)
tree3006baa71c197e415f0622c2e5e71923420dbfc6 /modules/gallery
parentf5a9abc26a14dda6c2dce4aaf5ab139d2663808b (diff)
Fix for ticket #1699. Make the link to return to the gallery installation clearer.
Diffstat (limited to 'modules/gallery')
-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 ad2e3421..70d37dd1 100644
--- a/modules/gallery/views/upgrader.html.php
+++ b/modules/gallery/views/upgrader.html.php
@@ -27,7 +27,7 @@
<div id="done" style="display: none">
<h1> <?= t("That's it!") ?> </h1>
<p>
- <?= t("Your <a href=\"%url\">Gallery</a> is up to date.",
+ <?= t("Your Gallery is up to date.<br/><a href=\"%url\">Return to your Gallery</a>",
array("url" => html::mark_clean(url::base()))) ?>
</p>
</div>