summaryrefslogtreecommitdiffstats
path: root/usr
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
parent972e55682340c16e9a4e24ddd6d11353befdb455 (diff)
downloadpfsense-fcf384b150118e1e9ed724b2ad9ca07ce7ec97db.zip
pfsense-fcf384b150118e1e9ed724b2ad9ca07ce7ec97db.tar.gz
Clean up text
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_igmpproxy.php6
-rwxr-xr-xusr/local/www/services_igmpproxy_edit.php11
2 files changed, 8 insertions, 9 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>
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php
index 065dca4..20d8636 100755
--- a/usr/local/www/services_igmpproxy_edit.php
+++ b/usr/local/www/services_igmpproxy_edit.php
@@ -41,7 +41,7 @@
##|-PRIV
-$pgtitle = array("Firewall","Igmpproxy", "Edit");
+$pgtitle = array("Firewall","IGMP Proxy", "Edit");
require("guiconfig.inc");
@@ -148,7 +148,7 @@ include("head.inc");
<form action="services_igmpproxy_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td colspan="2" valign="top" class="listtopic">Igmpproxy Edit</td>
+ <td colspan="2" valign="top" class="listtopic">IGMP Proxy Edit</td>
</tr>
<tr>
<td valign="top" class="vncellreq">Interface</td>
@@ -183,16 +183,15 @@ include("head.inc");
</select>
<br />
<span class="vexpl">
- The <b>upstream</b> network interface is the outgoing interface which is
- responsible for communicating to availible multicast data sources.
+ The <b>upstream</b> network interface is the outgoing interface which is
+ responsible for communicating to available multicast data sources.
There can only be one upstream interface.
</span>
<br />
<span class="vexpl">
<b>Downstream</b> network interfaces are the distribution interfaces to the
destination networks, where multicast clients can join groups and
- receive multicast data. One or more downstream interfaces must be con-
- figured.
+ receive multicast data. One or more downstream interfaces must be configured.
</span>
</td>
</tr>
OpenPOWER on IntegriCloud