diff options
| author | ivan <ivan> | 2008-01-10 21:17:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-01-10 21:17:17 +0000 | 
| commit | f138c46181af56c57776b202eb5d0c6def661bcc (patch) | |
| tree | da208872e01139d843fc94d75eb8f1c09b913c8f | |
| parent | 0fa56c185e08af510e667390b080e665a425efe9 (diff) | |
third person is better
| -rw-r--r-- | FS/FS/reason_type.pm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index 193d47e53..482ea34e8 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 | 
