summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 008518a8a..2701a98b2 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -899,6 +899,8 @@ class Dlg extends Handler_Protected {
$details = "http://tt-rss.org/redmine/versions/show/$id";
$download = "http://tt-rss.org/#Download";
+ print "<p align='center'>".__("You can try updating automatically using update.php")."</p>";
+
print "<div style='text-align : center'>";
print "<button dojoType=\"dijit.form.Button\"
onclick=\"return window.open('$details')\">".__("Details")."</button>";