diff options
author | root <root@trask19.(none)> | 2009-06-04 15:47:07 +0000 |
---|---|---|
committer | root <root@trask19.(none)> | 2009-06-04 15:47:07 +0000 |
commit | 54cde24e1e4bdb86c8ebf31478f204ee6299908c (patch) | |
tree | 5f48f217e8c65958a4b631543c0097bd98ee6734 /fetchcrl-model.lua | |
parent | b5569854ef189036ad9690bf4c027c410aa82c35 (diff) | |
download | acf-fetch-crl-54cde24e1e4bdb86c8ebf31478f204ee6299908c.tar.bz2 acf-fetch-crl-54cde24e1e4bdb86c8ebf31478f204ee6299908c.tar.xz |
Updated for startstop in core 0.5.0
Diffstat (limited to 'fetchcrl-model.lua')
-rw-r--r-- | fetchcrl-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchcrl-model.lua b/fetchcrl-model.lua index a47543c..3d3a5fe 100644 --- a/fetchcrl-model.lua +++ b/fetchcrl-model.lua @@ -35,7 +35,7 @@ end function startstop_service(action) local result = {} - result.actions = cfe({ type="list", value={"download", "delete"}, label="Start/Stop actions" }) + result.actions = cfe({ type="list", value={"Download", "Delete"}, label="Start/Stop actions" }) if action then result.result = cfe({ label="Start/Stop result" }) |