applications/luci-upnp: improve some more labels
[project/luci.git] / applications / luci-upnp / luasrc / model / cbi / upnp / upnp.lua
index 830fc26c5bd31a103a6df8674472f0c18fc25f6c..c00d943776f147ad2b6a6a6a9acd79ecc14ca812 100644 (file)
@@ -43,8 +43,11 @@ end
 s:taboption("general", Flag, "enable_upnp", translate("Enable UPnP functionality")).default = "1"
 s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP functionality")).default = "1"
 
-s:taboption("general", Flag, "secure_mode", translate("Enable secure mode")).default = "1"
-s:taboption("general", Flag, "log_output", translate("Log output")).default = "1"
+s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"),
+       translate("Allow adding forwards only to requesting ip addresses")).default = "1"
+
+s:taboption("general", Flag, "log_output", translate("Enable additional logging"),
+       translate("Puts extra debugging information into the system log")).default = "1"
 
 s:taboption("general", Value, "download", translate("Downlink"), 
        translate("Value in KByte/s, informational only")).rmempty = true