summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-05-17 22:05:22 +0000
committerChris Buechler <cmb@pfsense.org>2008-05-17 22:05:22 +0000
commitbd1dcabd30fa0d2f766ea6c36d0c93fca3941550 (patch)
tree924b4f8e453475fb43a9918240a68d2b36871a75
parent4ce68cb206af5deacd4536d92a3db203f7ef388c (diff)
downloadpfsense-bd1dcabd30fa0d2f766ea6c36d0c93fca3941550.zip
pfsense-bd1dcabd30fa0d2f766ea6c36d0c93fca3941550.tar.gz
touch up text.
ticket #1696
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index b45650d..3a1dc54 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -282,7 +282,7 @@ function clearcombo(){
</tr>
<tr align="left">
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Behaviour");?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Behavior");?></td>
<td width="78%" class="vtable" colspan="2">
<input type="radio" name="behaviour" id="behaviour" value="balance"<?php if($pconfig['behaviour'] ==
"balance") echo " CHECKED"; ?>><?=gettext("Load Balancing");?><br>
OpenPOWER on IntegriCloud