summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 21:47:38 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 21:47:38 +0400
commit2e828a4af62ba81e30b5dee1e49f1de6e8fc443a (patch)
tree8290d8346e664f952ddde35d97dc7feb0a4058a8 /classes
parentf4a2f12ad51085d54da7cfaa137699bef9699586 (diff)
add a button to show release notes before updating; remove obsolete elements
Diffstat (limited to 'classes')
-rw-r--r--classes/dlg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 5789af684..23b9c78fa 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -598,7 +598,7 @@ class Dlg extends Handler_Protected {
print "<div style='text-align : center'>";
print "<button dojoType=\"dijit.form.Button\"
- onclick=\"return window.open('$details')\">".__("Details")."</button>";
+ onclick=\"return window.open('$details')\">".__("See the release notes")."</button>";
print "<button dojoType=\"dijit.form.Button\"
onclick=\"return window.open('$download')\">".__("Download")."</button>";
print "<button dojoType=\"dijit.form.Button\"