From: Jo-Philipp Wich Date: Thu, 17 Mar 2011 18:14:23 +0000 (+0000) Subject: applications/luci-upnp: improve some more labels X-Git-Tag: 0.11.0~2191 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=f54ef008f8ee721ab174ef2daa2c55da04ed32c1 applications/luci-upnp: improve some more labels --- diff --git a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua index 830fc26c5b..c00d943776 100644 --- a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua +++ b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua @@ -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