summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-03-23 06:12:30 +0000
committerivan <ivan>2011-03-23 06:12:30 +0000
commite32e1a2357e42a596d12d814f06b8902d05240a1 (patch)
tree4cce832af29cc3d546c08dc90da182e67efd8a09
parent1b17847c0c6b1da6cbb548731c828e5c55faff4b (diff)
add new conditions: package balances and N times, RT#11834
-rw-r--r--FS/FS/part_event/Condition/times.pm2
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', },
);
}