diff options
author | ivan <ivan> | 2011-03-23 06:12:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-23 06:12:31 +0000 |
commit | bc093fd3d077ccfd99b4ba50ae5459f2d727673b (patch) | |
tree | 876d2daefafe93ed5f222fdccfef7b27939abdc2 | |
parent | 2bee57334d43392cd5bdeccd86bdac049a8fef53 (diff) |
add new conditions: package balances and N times, RT#11834
-rw-r--r-- | FS/FS/part_event/Condition/times.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/times.pm b/FS/FS/part_event/Condition/times.pm index e4410bb99..428a2cb09 100644 --- a/FS/FS/part_event/Condition/times.pm +++ b/FS/FS/part_event/Condition/times.pm @@ -11,7 +11,7 @@ sub description { "Run this event the specified number of times"; } sub option_fields { ( - 'run_times' => { label=>'Interval', type=>'text', value=>'1', }, + 'run_times' => { label=>'Number of times', type=>'text', value=>'1', }, ); } |