summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-08-22 14:48:43 -0400
committerjim-p <jimp@pfsense.org>2016-08-22 14:48:43 -0400
commitd18559445d34b928d946e9212ab276e1da5cdb39 (patch)
tree024a255d6a4d9606cbbfbfac7da933b8aa1732da
parentf5da84f3018e4b1792b6676bf1c6127dd0e9e5ce (diff)
downloadpfsense-d18559445d34b928d946e9212ab276e1da5cdb39.zip
pfsense-d18559445d34b928d946e9212ab276e1da5cdb39.tar.gz
Clarify language on diag_tables.php. Fixes #6713
-rw-r--r--src/usr/local/www/diag_tables.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 1429156..54d3611 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -139,7 +139,7 @@ if ($_POST['Download'] && ($bogons || $urltable)) {
sleep(1);
}
if ($maxtimetowait < 90) {
- $savemsg = sprintf(gettext("The %s database has been updated."), $db_name);
+ $savemsg = sprintf(gettext("The %s file contents have been updated."), $db_name);
}
}
@@ -168,7 +168,9 @@ $group->add(new Form_Select(
null,
$tablename,
array_combine($tables, $tables)
-));
+))->setHelp('Select a user-defined alias name or system table name to view its contents. <br/><br/>' .
+ 'Aliases become Tables when loaded into the active firewall ruleset. ' .
+ 'The contents displayed on this page reflect the current addresses inside tables used by the firewall.');
if ($bogons || $urltable || !empty($entries)) {
if ($bogons || $urltable) {
OpenPOWER on IntegriCloud