summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.local>2009-04-17 00:30:51 -0400
committerChris Buechler <cmb@cmb-macbook-pro.local>2009-04-17 00:30:51 -0400
commitfcf384b150118e1e9ed724b2ad9ca07ce7ec97db (patch)
treeb6ada5462d3c490d8b69fea2a941523fb78e37a0 /usr/local/www/services_igmpproxy.php
parent972e55682340c16e9a4e24ddd6d11353befdb455 (diff)
downloadpfsense-fcf384b150118e1e9ed724b2ad9ca07ce7ec97db.zip
pfsense-fcf384b150118e1e9ed724b2ad9ca07ce7ec97db.tar.gz
Clean up text
Diffstat (limited to 'usr/local/www/services_igmpproxy.php')
-rwxr-xr-xusr/local/www/services_igmpproxy.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php
index 9d3bcc4..111fec4 100755
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -76,7 +76,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array("Services","Igmpproxy");
+$pgtitle = array("Services","IGMP Proxy");
include("head.inc");
?>
@@ -86,7 +86,7 @@ include("head.inc");
<form action="services_igmpproxy.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_igmpproxydirty_path)): ?><p>
-<?php print_info_box_np("The igmpentry list has been changed.<br>You must apply the changes in order for them to take effect.");?>
+<?php print_info_box_np("The IGMP entry list has been changed.<br>You must apply the changes in order for them to take effect.");?>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -162,7 +162,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="4">
- <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Please add the interfaces for upstream, and the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface is allowed to be configured.</span></p>
+ <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.</span></p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud