summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2012-11-29 02:15:04 -0800
committerN0YB <Al_Stu@Frontier.com>2012-11-29 02:15:04 -0800
commite453884c06ee458ec3189433dab8186abd99ce6a (patch)
tree613fec5b404a1276ebc4eca55256a8bbf40fdafe /usr/local/www/diag_tables.php
parentd93dc624b43dc9b5fd2499264bef163838ad0428 (diff)
downloadpfsense-e453884c06ee458ec3189433dab8186abd99ce6a.zip
pfsense-e453884c06ee458ec3189433dab8186abd99ce6a.tar.gz
Update usr/local/www/diag_tables.php
String correction
Diffstat (limited to 'usr/local/www/diag_tables.php')
-rw-r--r--usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php
index f6c093d..832a524 100644
--- a/usr/local/www/diag_tables.php
+++ b/usr/local/www/diag_tables.php
@@ -158,7 +158,7 @@ include("fbegin.inc");
<?php
if($count > 0)
if( ($tablename == "bogons") || ($tablename == "bogonsv6") )
- echo "<p/>&nbsp<b>$count</b> " . gettext("entries exist in this table.") . "&nbsp&nbsp" . "<input name='Download' type='submit' class='formbtn' value='" . gettext("Download") . "'> " . gettext(" the latest bogon data.");
+ echo "<p/>&nbsp<b>$count</b> " . gettext("entries in this table.") . "&nbsp&nbsp" . "<input name='Download' type='submit' class='formbtn' value='" . gettext("Download") . "'> " . gettext(" the latest bogon data.");
else
echo "<p/>" . gettext("Delete") . " <a href='diag_tables.php?deleteall=true&type=" . htmlspecialchars($tablename) . "'>" . gettext("all") . "</a> " . "<b>$count</b> " . gettext("entries in this table.");
?>
OpenPOWER on IntegriCloud