From d18559445d34b928d946e9212ab276e1da5cdb39 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 22 Aug 2016 14:48:43 -0400 Subject: Clarify language on diag_tables.php. Fixes #6713 --- src/usr/local/www/diag_tables.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/diag_tables.php') 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.

' . + '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) { -- cgit v1.1