From cccee755846ccfce15340e00cb3005ec3b90954f Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 26 Dec 2014 16:49:18 -0600 Subject: clarify message here after customer feedback, it wasn't meant to imply "only a reboot will re-enable" but that's how some people have read it. --- usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po | 2 +- usr/local/www/carp_status.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local') diff --git a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po index 7382dee..9207e62 100644 --- a/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po +++ b/usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po @@ -28565,7 +28565,7 @@ msgstr "Firefox 1.5 ou vers #: usr/local/www/carp_status.php:71 usr/local/www/carp_status.php:67 #, php-format -msgid "%s IPs have been disabled. Please note that disabling does not survive a reboot." +msgid "%s IPs have been disabled. Please note that disabling does not survive a reboot and some configuration changes will re-enable." msgstr "%s IPs foram desabilitados. Por favor, estas alterações não estarão disponíveis no próximo boot." #: usr/local/www/carp_status.php:73 usr/local/www/carp_status.php:69 diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index ea56e13..83975b3 100644 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -70,7 +70,7 @@ if($_POST['disablecarp'] <> "") { } } } - $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter); + $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot and some configuration changes will re-enable."), $carp_counter); $status = 0; } else { $savemsg = gettext("CARP has been enabled."); -- cgit v1.1