summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-26 17:18:34 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-26 17:18:34 -0500
commit5eac8374c6e1ea0fefc8fbe5fce0024d3a6ea7c1 (patch)
tree7ca51571ec0d25222ee4187343605089637360a8
parentb4140b14a24ae45c85b4c49e8b6daed19ac0adcb (diff)
downloadpfsense-5eac8374c6e1ea0fefc8fbe5fce0024d3a6ea7c1.zip
pfsense-5eac8374c6e1ea0fefc8fbe5fce0024d3a6ea7c1.tar.gz
Fix up descriptive text for logging levels. Ticket #5340
-rw-r--r--usr/local/www/vpn_ipsec_settings.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index b5b2442..43ba93f 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -283,9 +283,9 @@ function maxmss_checked(obj) {
<td colspan="2" valign="top" class="listtopic"><?=gettext("IPsec Advanced Settings"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("IPsec Debug"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("IPsec Logging Levels"); ?></td>
<td width="78%" class="vtable">
- <strong><?=gettext("Start IPsec in debug mode based on sections selected"); ?></strong>
+ <strong><?=gettext("Use the following IPsec logging levels"); ?></strong>
<br />
<table summary="ipsec debug">
<?php foreach ($ipsec_loglevels as $lkey => $ldescr): ?>
@@ -314,8 +314,7 @@ function maxmss_checked(obj) {
<?php endforeach; ?>
<tr style="display:none;"><td></td></tr>
</table>
- <br /><?=gettext("Launches IPsec in debug mode so that more verbose logs " .
- "will be generated to aid in troubleshooting."); ?>
+ <br /><?=gettext("Defines IPsec logging levels. Control is the default level for all log types."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud