summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
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:49:16 -0400
commit2b7902fe0a6d0a4a6f5e664b6e99454ed001eedd (patch)
tree8e367689bfb7b8b5a770cd5d1fa6114d9942300b /src/usr/local/www/diag_tables.php
parent2afb45bafa2a8673949e2cad6b05d988911c38a8 (diff)
downloadpfsense-2b7902fe0a6d0a4a6f5e664b6e99454ed001eedd.zip
pfsense-2b7902fe0a6d0a4a6f5e664b6e99454ed001eedd.tar.gz
Clarify language on diag_tables.php. Fixes #6713
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-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 99ee244..13f6372 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -107,7 +107,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);
}
}
@@ -136,7 +136,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