From d9e6c2b8bbff310ee3069528a8f718a4cbde7258 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 11 May 2010 11:53:54 -0400 Subject: Correct input error for storage size text --- config/varnish64/varnish.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index 1a96962e..70efc48b 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -33,7 +33,7 @@ function varnish_settings_post_validate($post, $input_errors) { if($post['storagesize'] && !is_int($post['storagesize'])) - $input_errors[] = "A valid number is required for the field 'Storage type'"; + $input_errors[] = "A valid number is required for the field 'Storage size'"; if($post['listeningport'] && !is_int($post['listeningport'])) $input_errors[] = "A valid number is required for the field 'Listening port'"; if($post['minworkers'] && !is_int($post['minworkers'])) -- cgit v1.2.3