summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-31 00:04:22 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-31 00:04:22 -0700
commit06ca4e2d6872f3634933cfe752e59083645af5dd (patch)
tree0a579eb03760612949cc0f743ce3b75f06f8d455 /src/usr/local/www/services_igmpproxy.php
parent83354deaa56b7dd2336b37db5b7733494015d625 (diff)
downloadpfsense-06ca4e2d6872f3634933cfe752e59083645af5dd.zip
pfsense-06ca4e2d6872f3634933cfe752e59083645af5dd.tar.gz
Services / IGMP Proxy - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/services_igmpproxy.php')
-rw-r--r--src/usr/local/www/services_igmpproxy.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php
index b2e1ab3..40344b3 100644
--- a/src/usr/local/www/services_igmpproxy.php
+++ b/src/usr/local/www/services_igmpproxy.php
@@ -106,7 +106,7 @@ if ($savemsg) {
}
if (is_subsystem_dirty('igmpproxy')) {
- print_apply_box(gettext('The IGMP entry list has been changed.') . '<br />' . gettext('You must apply the changes in order for them to take effect.'));
+ print_apply_box(gettext('The IGMP entry list has been changed.') . '<br />' . gettext('The changes must be applied for them to take effect.'));
}
?>
@@ -180,7 +180,7 @@ endforeach;
</nav>
<div class="infoblock">
-<?php print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. ' .
+<?php print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces for the proxy to allow. ' .
'Only one "upstream" interface can be configured.'), 'info', false); ?>
</div>
<?php
OpenPOWER on IntegriCloud