summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
diff options
context:
space:
mode:
authorBenoît Knecht <benoit.knecht@gmail.com>2010-04-12 13:38:16 +0000
committerBenoît Knecht <benoit.knecht@gmail.com>2010-04-12 13:38:16 +0000
commitdb1b5a4a8de56b9d68762366f98e1017f987c352 (patch)
treeb35408b0f1a532b930b8ea2b24a58bb7de22567a /applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
parent0e746150500bcef82fa0218c4f81c716b08db985 (diff)
ddns: small corrections of the description strings
Diffstat (limited to 'applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua')
-rw-r--r--applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
index 6a7d53c5d..aa6bb0401 100644
--- a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
+++ b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
@@ -68,8 +68,8 @@ else
src = s:option(ListValue, "ip_source",
translate("Source of IP address"))
- src:value("network", translate("Network"))
- src:value("interface", translate("Interface"))
+ src:value("network", translate("network"))
+ src:value("interface", translate("interface"))
src:value("web", translate("URL"))
iface = s:option(ListValue, "ip_network", translate("Network"))