summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-03-31 06:05:39 -0400
committerChris Buechler <cmb@pfsense.org>2011-03-31 06:06:01 -0400
commit78544d4a99c90f3c19b3cd53c2f1873b625c21bf (patch)
tree54bd327d7ed3f78d66bb9ff2195c0500238545d7 /usr
parent84575284b533458fe914ee0bd0640056890dec1a (diff)
downloadpfsense-78544d4a99c90f3c19b3cd53c2f1873b625c21bf.zip
pfsense-78544d4a99c90f3c19b3cd53c2f1873b625c21bf.tar.gz
clarify text
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index e23ceb0..9f8b2d7 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -331,7 +331,7 @@ function prot_change() {
<td width="22%" valign="top" class="vncell"><?=gettext("WebGUI login messages"); ?></td>
<td width="78%" class="vtable">
<input name="quietlogin" type="checkbox" id="quietlogin" value="yes" <?php if ($pconfig['quietlogin']) echo "checked"; ?> />
- <strong><?=gettext("Disable webConfigurator successful logins"); ?></strong>
+ <strong><?=gettext("Disable logging of webConfigurator successful logins"); ?></strong>
<br/>
<?php echo gettext("When this is checked, successful logins to the webConfigurator " .
"will not be logged.");
OpenPOWER on IntegriCloud