diff options
author | ivan <ivan> | 2011-02-23 22:00:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-02-23 22:00:27 +0000 |
commit | e65409374d38d6481d67bdc9533ab9d17570ac7c (patch) | |
tree | 9073efc589444e2f36343b25c2ea98946484e91c | |
parent | 3f2596765e26ff30ea24bad2453fec830d1c27c5 (diff) |
and update suspend label in light of pkg_suspend, RT#11540
-rw-r--r-- | FS/FS/part_event/Action/suspend.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/suspend.pm b/FS/FS/part_event/Action/suspend.pm index c77728e61..ea795748e 100644 --- a/FS/FS/part_event/Action/suspend.pm +++ b/FS/FS/part_event/Action/suspend.pm @@ -3,7 +3,7 @@ package FS::part_event::Action::suspend; use strict; use base qw( FS::part_event::Action ); -sub description { 'Suspend'; } +sub description { 'Suspend all of this customer\'s packages'; } sub option_fields { ( |