From: ivan Date: Fri, 6 Apr 2007 00:34:13 +0000 (+0000) Subject: slight better descriptions X-Git-Tag: TRIXBOX_2_6~563 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9a94590a6858c3580f2bbef9fe5781801e996921;p=freeside.git slight better descriptions --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 22e193215..1addd6cdc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1177,14 +1177,14 @@ httemplate/docs/config.html { 'key' => 'show_ss', 'section' => 'UI', - 'description' => 'Turns on display/collection of SS# in the web interface.', + 'description' => 'Turns on display/collection of social security numbers in the web interface. Sometimes required by electronic check (ACH) processors.', 'type' => 'checkbox', }, { 'key' => 'show_stateid', 'section' => 'UI', - 'description' => 'Turns on display/collection of state issued id numbers in the web interface.', + 'description' => "Turns on display/collection of driver's license/state issued id numbers in the web interface. Sometimes required by electronic check (ACH) processors.", 'type' => 'checkbox', },