summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-24 19:28:43 +0300
committerAndrew Dolgov <[email protected]>2010-01-24 19:28:43 +0300
commit81b6e50c7fd20a424038f0131ae4ecbb8d104ca9 (patch)
treee1d3a56b7a094348e4cef844d3dc79b226d925e4 /modules/popup-dialog.php
parentf3f54944436db742c8e70e16fc90f36fb5ad4c17 (diff)
feed update error dialog: fix button
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index a806e0c70..b55799ba3 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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>";