feed update error dialog: fix button

This commit is contained in:
Andrew Dolgov 2010-01-24 19:28:43 +03:00
parent f3f5494443
commit 81b6e50c7f
1 changed files with 2 additions and 3 deletions

View File

@ -575,9 +575,8 @@
print "<div align='center'>";
print "<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"".__('Close')."\">";
print "<button onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "</div>";