From: ivan Date: Tue, 2 Aug 2011 01:26:19 +0000 (+0000) Subject: description should match UI update for overlimit_groups config setting, RT#13432 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9230257f40167b22ea0c3d14efca99bbec5cb76f description should match UI update for overlimit_groups config setting, RT#13432 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 36d3bbdce..633d5c5ee 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2862,7 +2862,7 @@ and customer address. Include units.', { 'key' => 'overlimit_groups', 'section' => '', - 'description' => 'RADIUS group (or comma-separated groups) to assign to svc_acct which has exceeded its bandwidth or time limit.', + 'description' => 'RADIUS group(s) to assign to svc_acct which has exceeded its bandwidth or time limit.', 'type' => 'select-sub', 'per_agent' => 1, 'multiple' => 1,