diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-12 18:09:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 18:09:25 +0300 |
commit | 1544e10f918a168e8e7860da5e22fb5f294479e5 (patch) | |
tree | 61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua | |
parent | 896892f9afd2180094ca12faa8a0b5a9f2193207 (diff) | |
parent | 282aa6856d5f1029443df4229b10a82e0ca04fb6 (diff) |
Merge pull request #2221 from yangfl/master
treewide: Fix typos in UI strings
Diffstat (limited to 'applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua')
-rw-r--r-- | applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua index d89ab27c29..ad77a9022c 100644 --- a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua +++ b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua @@ -74,7 +74,7 @@ quality = s:taboption(this_tab, Value, "quality", translate("JPEG compression qu minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller then this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions")) minimum_size.datatype = "uinteger" -no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initalize dynctrls"), translate("Do not initalize dynctrls of Linux-UVC driver")) +no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initialize dynctrls"), translate("Do not initialize dynctrls of Linux-UVC driver")) led = s:taboption(this_tab, ListValue, "led", translate("Led control")) led:value("on", translate("On")) @@ -206,7 +206,7 @@ folder=s:taboption(this_tab, Value, "folder", translate("Folder"), translate("Se --mjpeg=s:taboption(this_tab, Value, "mjpeg", translate("Mjpeg output"), translate("Check to save the stream to an mjpeg file")) -delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the inteval in millisecond")) +delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the interval in millisecond")) delay.placeholder="5000" delay.datatype = "uinteger" |