From ee7bdbe69b873544b960c159386971af42cba52d Mon Sep 17 00:00:00 2001 From: Fernsehkind Date: Tue, 20 Jun 2017 20:49:13 +0200 Subject: Use correct wording for menu entry "Reset All States" in "System/Advanced Network" --- src/usr/local/www/system_advanced_network.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/usr/local/www/system_advanced_network.php') diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php index c700a2c..1562c1a 100644 --- a/src/usr/local/www/system_advanced_network.php +++ b/src/usr/local/www/system_advanced_network.php @@ -283,12 +283,11 @@ $section->addInput(new Form_Checkbox( $section->addInput(new Form_Checkbox( 'ip_change_kill_states', - 'Reset all states', - 'Reset all states if WAN IP changes', + 'Reset All States', + 'Reset all states if WAN IP Address changes', isset($pconfig['ip_change_kill_states']) -))->setHelp('This option will reset all states if a WAN IP changes instead of only '. - 'reset states associated to old IP. This can help to kill zombie states associated '. - 'to outdate WAN IPs when WAN IPs change too often.'); +))->setHelp('This option resets all states when a WAN IP Address changes instead of only '. + 'states associated with the previous IP Address.'); if (get_freebsd_version() == 8) { $section->addInput(new Form_Checkbox( -- cgit v1.1