summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index eb2f697cd..062542a1c 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -549,7 +549,7 @@
if ($id == "feedUpdateErrors") {
- print "<title>".__('Update Errors')."</title>";
+ print "<title>".__('Feeds with update errors')."</title>";
print "<content><![CDATA[";
print __("These feeds have not been updated because of errors:");
@@ -568,7 +568,8 @@
print "<div align='center'>";
- print "<button onclick=\"return closeInfoBox()\">".
+ print "<button dojoType=\"dijit.form.Button\"
+ onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "]]></content>";