touch up text

Ticket #1569
This commit is contained in:
Chris Buechler 2008-01-08 02:14:44 +00:00
parent d6528238b5
commit 5c99e8ef6f
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ function spit_out_select_items($area) {
<option VALUE="filter">Firewall Rules</option>
<option VALUE="nat">NAT</option>
<option VALUE="pptpd">PPTP Server</option>
<option VALUE="ipsec">IPSEC VPN</option>
<option VALUE="ipsec">IPsec VPN</option>
<option VALUE="captiveportal">Captive Portal</option>
<option VALUE="installedpackages">Package Manager</option>
<option VALUE="interfaces">Interfaces</option>

View File

@ -205,7 +205,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>