summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-02 15:49:37 +0000
committerjeff <jeff>2007-04-02 15:49:37 +0000
commit51bf0e9b404cd6e4ae84435230447619269f77c0 (patch)
tree51aac6197047c4983d38003ff7d5d0176574623c /FS/FS/Setup.pm
parent8a507f43bfa5c5232b5babfbbf82ac5de5702add (diff)
ticket 1528 add driver's license field, mask it and ssn
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index 4864cfea8..17101a745 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -475,6 +475,14 @@ sub msgcat_messages {
'en_US' => 'Title',
},
+ 'stateid' => {
+ 'en_US' => 'Driver\'s License',
+ },
+
+ 'stateid_state' => {
+ 'en_US' => 'Driver\'s License State',
+ },
+
);
}