From a5a67cea249eaa517196e32eb30d74434396f078 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 27 Mar 2008 11:37:45 -0700 Subject: minor text change on conf error: bug 2951 --- scripts/vyatta-wanloadbalance.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index d1fd78f..ef1f69f 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -58,7 +58,7 @@ sub write_health { print FILE_LCK "}\n\n"; if ($valid eq "false") { - print "valid wan load-balance configuration requires an interface with a ping target\n"; + print "A valid WAN load-balance configuration requires an interface with a ping target\n"; } return $valid; } @@ -175,7 +175,7 @@ sub write_rules { } if ($valid eq "false") { - print "At least one rule with interface must be defined for wan load balancing to be active\n"; + print "At least one rule with interface must be defined for WAN load balancing to be active\n"; #allow this configuration, just generate the warning return "true"; } -- cgit v1.2.3