diff options
author | Andrew Nikitin <andrey.b.nikitin@gmail.com> | 2015-01-09 14:27:26 +0500 |
---|---|---|
committer | Andrew Nikitin <andrey.b.nikitin@gmail.com> | 2015-01-09 14:27:26 +0500 |
commit | b336f0d7193c53d3e3bf10378aa3a8dde776ffa3 (patch) | |
tree | d7040e5083aa253844891d204e7820580336faf0 | |
parent | a03fd8b8be588789686e92008b8ed80f63340698 (diff) | |
download | pfsense-packages-b336f0d7193c53d3e3bf10378aa3a8dde776ffa3.tar.gz pfsense-packages-b336f0d7193c53d3e3bf10378aa3a8dde776ffa3.tar.bz2 pfsense-packages-b336f0d7193c53d3e3bf10378aa3a8dde776ffa3.zip |
Explain what "Log" means
As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
-rw-r--r-- | config/havp/antivirus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/antivirus.php b/config/havp/antivirus.php index 0d66a6b3..bf5f1879 100644 --- a/config/havp/antivirus.php +++ b/config/havp/antivirus.php @@ -204,7 +204,7 @@ if (pfsense_version_A() == '1') { $tab_array[] = array(gettext("General page"), true, "antivirus.php"); $tab_array[] = array(gettext("HTTP proxy"), false, "pkg_edit.php?xml=havp.xml&id=0"); $tab_array[] = array(gettext("Settings"), false, "pkg_edit.php?xml=havp_avset.xml&id=0"); - $tab_array[] = array(gettext("Log"), false, "havp_log.php"); + $tab_array[] = array(gettext("HAVP Log"), false, "havp_log.php"); display_top_tabs($tab_array); ?> |