From e65409374d38d6481d67bdc9533ab9d17570ac7c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Feb 2011 22:00:27 +0000 Subject: [PATCH] and update suspend label in light of pkg_suspend, RT#11540 --- FS/FS/part_event/Action/suspend.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { ( -- 2.11.0