clarify text

This commit is contained in:
Chris Buechler 2011-03-31 06:05:39 -04:00
parent 84575284b5
commit 78544d4a99

View File

@ -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.");