From db1b5a4a8de56b9d68762366f98e1017f987c352 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Knecht?= Date: Mon, 12 Apr 2010 13:38:16 +0000 Subject: [PATCH] ddns: small corrections of the description strings --- applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua | 4 ++-- po/templates/ddns.pot | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 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")) diff --git a/po/templates/ddns.pot b/po/templates/ddns.pot index 32921d84e..b33d8f29a 100644 --- a/po/templates/ddns.pot +++ b/po/templates/ddns.pot @@ -18,7 +18,7 @@ msgstr "" msgid "" "Dynamic DNS allows that your router can be reached with a fixed hostname " -"while having a dynamically changing IP-Address." +"while having a dynamically changing IP address." msgstr "" msgid "Enable" @@ -45,15 +45,21 @@ msgstr "" msgid "Source of IP address" msgstr "" -msgid "Network" +msgid "network" msgstr "" -msgid "Interface" +msgid "interface" msgstr "" msgid "URL" msgstr "" +msgid "Network" +msgstr "" + +msgid "Interface" +msgstr "" + msgid "Check for changed IP every" msgstr "" -- 2.11.0