From 93ef006753cd5b04f55225120bd183076cfc460d Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 05 Feb 2014 03:59:42 -0500
Subject: [PATCH] Implemented: FS#3150 - Add description text to spamfilter levels

---
 interface/web/mail/form/spamfilter_users.tform.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/form/spamfilter_users.tform.php b/interface/web/mail/form/spamfilter_users.tform.php
index 7bd6c46..2bbb12c 100644
--- a/interface/web/mail/form/spamfilter_users.tform.php
+++ b/interface/web/mail/form/spamfilter_users.tform.php
@@ -73,7 +73,7 @@
 			'datatype' => 'INTEGER',
 			'formtype' => 'SELECT',
 			'default' => 5,
-			'value'  => array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10)
+			'value'  => array(1 => '1 - lowest', 2 => 2, 3 => 3, 4 => 4, 5 => '5 - medium', 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => '10 - highest')
 		),
 		'policy_id' => array (
 			'datatype' => 'INTEGER',

--
Gitblit v1.9.1