all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-upnp / luasrc / model / cbi / upnp / upnp.lua
index 97fe88e6c20364be6ad12ff6a4c24a2989a90fef..fa0e96553a1f52641fc51a8d506b04a142e502c5 100644 (file)
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
 
 $Id$
 ]]--
-m = Map("upnpd", translate("upnpd"), translate("upnpd_desc"))
+m = Map("upnpd", translate("Universal Plug & Play"), translate("UPNP allows clients in the local network to automatically configure the router."))
 
 s = m:section(NamedSection, "config", "upnpd", "")
 e = s:option(Flag, "enabled", translate("enable"))