diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-14 15:09:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-14 15:09:11 +0000 |
commit | 536d32950369342c4c1721ddc3a4bb8044e747ad (patch) | |
tree | 57cb9aad0a8391d784d3c6630ed8d71b6ae77db0 /modules | |
parent | 0183ac4c67eb84263fd35b934cb29cfd9e9e7d0d (diff) |
modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" <basicxp@ubuntu.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua b/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua index ceebe7cb5..bf8418f81 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua @@ -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 |