1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 05:31:27 +00:00

tweak feed errors dialog

This commit is contained in:
Andrew Dolgov
2010-11-21 12:01:38 +03:00
parent 05acc0d653
commit f81b681546
2 changed files with 8 additions and 3 deletions

View File

@@ -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>";