add new conditions: package balances and N times, RT#11834
authorivan <ivan>
Wed, 23 Mar 2011 06:12:30 +0000 (06:12 +0000)
committerivan <ivan>
Wed, 23 Mar 2011 06:12:30 +0000 (06:12 +0000)
FS/FS/part_event/Condition/times.pm

index e4410bb..428a2cb 100644 (file)
@@ -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', },
   );
 }