touch up text

Ticket #1569
This commit is contained in:
Chris Buechler 2008-01-08 02:10:22 +00:00
parent e6d907781a
commit 69e108df5b
3 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ if ($_POST['clear']) {
$ipsec_logarr = return_clog($ipsec_logfile, $nentries);
$pgtitle = array("Status","System logs","IPSEC VPN");
$pgtitle = array("Status","System logs","IPsec VPN");
include("head.inc");
?>
@ -93,7 +93,7 @@ include("head.inc");
<div id="mainarea">
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="listtopic">Last <?=$nentries;?> IPSEC log entries</td>
<td colspan="2" class="listtopic">Last <?=$nentries;?> IPsec log entries</td>
</tr>
<?php
foreach($ipsec_logarr as $logent){

View File

@ -204,7 +204,7 @@ include("head.inc");
<tr>
<td class="vtable"><p>
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
<strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
<strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
</td>
</tr>
<tr>

View File

@ -214,7 +214,7 @@ include("head.inc");
<tr>
<td colspan="4">
<p><span class="vexpl"><span class="red"><strong>Note:<br>
</strong></span>You can check your IPSEC status at <a href="diag_ipsec_sad.php">Status:IPSEC</a>.</span></p>
</strong></span>You can check your IPsec status at <a href="diag_ipsec_sad.php">Status:IPsec</a>.</span></p>
</td>
</tr>
</table>