From 075c6dfa86306cb3edc61f326f373eb0b4a66e17 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 4 Apr 2016 09:16:59 -0400 Subject: Merge pull request #2812 from NOYB/Firewall_/_Virtual_IPs_-_Remove_Personalizations (cherry picked from commit 70ecf3db0aa1c0ec04784a69942788f6fef29ec4) --- src/usr/local/www/firewall_virtual_ip.php | 4 ++-- src/usr/local/www/firewall_virtual_ip_edit.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php index 9e24709..adf55df 100644 --- a/src/usr/local/www/firewall_virtual_ip.php +++ b/src/usr/local/www/firewall_virtual_ip.php @@ -276,7 +276,7 @@ if ($input_errors) { } else if ($savemsg) { print_info_box($savemsg, 'success'); } else if (is_subsystem_dirty('vip')) { - print_apply_box(gettext("The VIP configuration has been changed.") . "
" . gettext("You must apply the changes in order for them to take effect.")); + print_apply_box(gettext("The VIP configuration has been changed.") . "
" . gettext("The changes must be applied for them to take effect.")); } /* active tabs @@ -374,7 +374,7 @@ endforeach;
', '') . '
' . - sprintf(gettext('You can check the status of your CARP Virtual IPs and interfaces %1$shere%2$s.'), '', ''), 'info', false); ?> + sprintf(gettext('Check the status of CARP Virtual IPs and interfaces %1$shere%2$s.'), '', ''), 'info', false); ?>
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).'); if (isset($id) && $a_vip[$id]){ $section->addInput(new Form_Input( -- cgit v1.1