modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" <basicxp@ubuntu...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Aug 2012 15:09:11 +0000 (15:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Aug 2012 15:09:11 +0000 (15:09 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua

index ceebe7c..bf8418f 100644 (file)
@@ -178,7 +178,7 @@ lm.placeholder = translate("unlimited")
 
 em = s:taboption("advanced", Value, "ednspacket_max",
        translate("<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Extension Mechanisms for " ..
-               "Domain Name System\">EDNS0</abbr> paket size"),
+               "Domain Name System\">EDNS0</abbr> packet size"),
        translate("Maximum allowed size of EDNS.0 UDP packets"))
 
 em.optional = true