diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 13:52:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-02 13:52:55 -0700 |
commit | 2e3d2bfad1cea570978aec44441fd79ec75c28ec (patch) | |
tree | 59cb82ab2f83066d2a26f7c136f4ddfe8b598b2a | |
parent | 0203210ca5880fc7c7d93b912925239916a12db4 (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"; } |