summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 11:00:35 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 11:00:57 -0300
commit6f7399279bac739dac31d83f6f6cc0311fb1889e (patch)
tree2b277c1b55a07fd37cb55524e96907172366649b /usr/local/www/load_balancer_pool_edit.php
parente242f36af04498dec6bbc3e23d19e6a0db178225 (diff)
downloadpfsense-6f7399279bac739dac31d83f6f6cc0311fb1889e.zip
pfsense-6f7399279bac739dac31d83f6f6cc0311fb1889e.tar.gz
gettext() fixes on load_balancer_pool_edit.php
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index e8529ac..3556b4c 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -176,8 +176,8 @@ function clearcombo(){
<td width="22%" valign="top" class="vncellreq"><?=gettext("Mode"); ?></td>
<td width="78%" class="vtable" colspan="2">
<select id="mode" name="mode" onChange="enforceFailover(); checkPoolControls();">
- <option value="loadbalance" <?if(!isset($pconfig['mode']) || ($pconfig['mode'] == "loadbalance")) echo "value=\"{$pconfig['name']}\"";?>>Load Balance</option>
- <option value="failover" <?if($pconfig['mode'] == "failover") echo "value=\"{$pconfig['name']}\"";?>>Manual Failover</option>
+ <option value="loadbalance" <?if(!isset($pconfig['mode']) || ($pconfig['mode'] == "loadbalance")) echo "value=\"{$pconfig['name']}\"";?>><?=gettext("Load Balance"); ?></option>
+ <option value="failover" <?if($pconfig['mode'] == "failover") echo "value=\"{$pconfig['name']}\"";?>><?=gettext("Manual Failover"); ?></option>
</select>
</td>
</tr>
@@ -192,7 +192,7 @@ function clearcombo(){
<td width="22%" valign="top" id="monitorport_text" class="vncellreq"><?=gettext("Port"); ?></td>
<td width="78%" class="vtable" colspan="2">
<input name="port" type="text" <?if(isset($pconfig['port'])) echo "value=\"{$pconfig['port']}\"";?> size="16" maxlength="16"><br>
- <div id="monitorport_desc"><?=gettext("This is the port your servers are listening on"); ?>.</div>
+ <div id="monitorport_desc"><?=gettext("This is the port your servers are listening on."); ?></div>
</td>
</tr>
<tr>
@@ -217,7 +217,7 @@ function clearcombo(){
}
?>
<?php else: ?>
- <b><?=gettext("NOTE"); ?>:</b> <?=gettext("Please add a monitor IP address on the monitors tab if you wish to use this feature"); ?>.
+ <b><?=gettext("NOTE"); ?>:</b> <?=gettext("Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?>
<?php endif; ?>
</select>
</td>
OpenPOWER on IntegriCloud