summaryrefslogtreecommitdiff
path: root/FS/FS/reason_type.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-01-10 21:17:16 +0000
committerivan <ivan>2008-01-10 21:17:16 +0000
commita206ef77424e7452a8c5b9707e8aa6284f3ae21e (patch)
tree5486243df664ca8bdcfd8d1d42be23f3c1701e9c /FS/FS/reason_type.pm
parent5d89406b226949faeee05a70eb51c1aa9f4b57f8 (diff)
third person is better
Diffstat (limited to 'FS/FS/reason_type.pm')
-rw-r--r--FS/FS/reason_type.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm
index 193d47e..482ea34 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -13,9 +13,9 @@ our %class_name = (
);
our %class_purpose = (
- 'C' => 'explain why we cancel a package',
- 'R' => 'explain why we credit a customer',
- 'S' => 'explain why we suspend a package',
+ 'C' => 'explain why a customer package was cancelled',
+ 'R' => 'explain why a customer was credited',
+ 'S' => 'explain why a customer package was suspended',
);
=head1 NAME