From 06ca4e2d6872f3634933cfe752e59083645af5dd Mon Sep 17 00:00:00 2001 From: NOYB Date: Thu, 31 Mar 2016 00:04:22 -0700 Subject: [PATCH] Services / IGMP Proxy - Remove Personalizations Remove "you" personalizations. --- src/usr/local/www/services_igmpproxy.php | 4 ++-- src/usr/local/www/services_igmpproxy_edit.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php index b2e1ab33cb..40344b3ffc 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.') . '
' . gettext('You must apply the changes in order for them to take effect.')); + print_apply_box(gettext('The IGMP entry list has been changed.') . '
' . gettext('The changes must be applied for them to take effect.')); } ?> @@ -180,7 +180,7 @@ endforeach;
-
addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); $section->addInput(new Form_Select( 'type',