summaryrefslogtreecommitdiffstats
path: root/fetchcrl-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fetchcrl-model.lua')
-rw-r--r--fetchcrl-model.lua2
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" })