From 79ef5630ed99d3fd5aa16f41a74815ea759039b7 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 2 Oct 2015 16:14:55 +0200 Subject: Fix input error message --- config/spamd/spamd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc index a7b79c20..548a2934 100644 --- a/config/spamd/spamd.inc +++ b/config/spamd/spamd.inc @@ -406,7 +406,7 @@ function spamd_validate_input($post, &$input_errors) { if (isset($post['greyexp']) && $post['greyexp'] != "") { if (!is_numericint($post['greyexp']) || $post['greyexp'] < 1) { - $input_errors[] = "'White Exp' must be a positive integer or empty."; + $input_errors[] = "'Grey Expiration' must be a positive integer or empty."; } } -- cgit v1.2.3