summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 09:36:38 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 09:36:38 -0300
commita236afeefe8ea7ad910a758f8981aa6a0f73514a (patch)
tree57e04fd8f614bd8fe0272c937cef437ec1f82c1d /usr/local/www/firewall_virtual_ip_edit.php
parentf8c0efc91d7c766e455c7d2e58d958ab21d6fac1 (diff)
downloadpfsense-a236afeefe8ea7ad910a758f8981aa6a0f73514a.zip
pfsense-a236afeefe8ea7ad910a758f8981aa6a0f73514a.tar.gz
Fix gettext on firewall_virtual_ip_edit.php
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 6a7c198..b3a2cec 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -379,7 +379,7 @@ function typesel_change() {
<td class="vtable">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
- <td><?=gettext("Type");?>:&nbsp;&nbsp;</td>
+ <td><?=gettext("Type:");?>&nbsp;&nbsp;</td>
<td><select name="type" class="formselect" onChange="typesel_change()">
<option value="single" <?php if ((!$pconfig['range'] && $pconfig['subnet_bits'] == 32) || (!isset($pconfig['subnet']))) echo "selected"; ?>>
<?=gettext("Single address");?></option>
@@ -390,7 +390,7 @@ function typesel_change() {
</select></td>
</tr>
<tr>
- <td><?=gettext("Address");?>:&nbsp;&nbsp;</td>
+ <td><?=gettext("Address:");?>&nbsp;&nbsp;</td>
<td><input name="subnet" type="text" class="formfld unknown" id="subnet" size="20" value="<?=htmlspecialchars($pconfig['subnet']);?>">
/<select name="subnet_bits" class="formselect" id="select">
<?php for ($i = 32; $i >= 1; $i--): ?>
@@ -465,7 +465,7 @@ function typesel_change() {
<p>
<span class="vexpl">
<span class="red">
- <b><?=gettext("Note");?>:<br></b>
+ <b><?=gettext("Note:");?><br></b>
</span>&nbsp;&nbsp;
<?=gettext("ProxyARP type IP addresses *DO NOT* work with add on packages such as Squid. Use a CARP or IP Alias type address for these cases.");?>
<p>&nbsp;&nbsp;&nbsp;<?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><a href='http://www.openbsd.org/faq/pf/carp.html'> <?=gettext("CARP FAQ"); ?></A>.
OpenPOWER on IntegriCloud