diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 13:52:56 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 13:52:56 -0700 |
| commit | fe6f5882d1e745aa7d01758caf29d6ae1f7e137b (patch) | |
| tree | 6ed36faa29375a0e83b57160a9f4da97895092f1 | |
| parent | 78ea55615b476f66e7c9fa090090dc8cebf42c18 (diff) | |
clarify description of pkg_dundate_age condition
| -rw-r--r-- | FS/FS/part_event/Condition/pkg_dundate_age.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/pkg_dundate_age.pm b/FS/FS/part_event/Condition/pkg_dundate_age.pm index 2ea2a2041..75fce1fd2 100644 --- a/FS/FS/part_event/Condition/pkg_dundate_age.pm +++ b/FS/FS/part_event/Condition/pkg_dundate_age.pm @@ -4,7 +4,7 @@ use base qw( FS::part_event::Condition ); use strict; sub description { - "Skip until specified #days before package suspension delay date"; + "Skip until specified # of days before package suspension delay date"; } |
