applications/luci-upnp: improve some more labels
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Mar 2011 18:14:23 +0000 (18:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 17 Mar 2011 18:14:23 +0000 (18:14 +0000)
applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua

index 830fc26..c00d943 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, "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
 
 s:taboption("general", Value, "download", translate("Downlink"), 
        translate("Value in KByte/s, informational only")).rmempty = true