From db1b5a4a8de56b9d68762366f98e1017f987c352 Mon Sep 17 00:00:00 2001 From: BenoƮt Knecht Date: Mon, 12 Apr 2010 13:38:16 +0000 Subject: ddns: small corrections of the description strings --- applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-ddns/luasrc/model/cbi') diff --git a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua index 6a7d53c5db..aa6bb04016 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")) -- cgit v1.2.3