* More Translation
[project/luci.git] / modules / admin-core / luasrc / model / cbi / admin_network / dhcp.lua
index 4110d8b..32e73a7 100644 (file)
@@ -29,9 +29,9 @@ luci.model.uci.foreach("network", "interface",
                end
        end)
 
                end
        end)
 
-s:option(Value, "start", translate("start", "Start"), "Erste vergebene Adresse (letztes Oktett)").rmempty = true
+s:option(Value, "start", translate("start", "Start")).rmempty = true
 
 
-s:option(Value, "limit", translate("limit", "Limit"), "Anzahl zu vergebender Adressen -1").rmempty = true
+s:option(Value, "limit", translate("limit", "Limit")).rmempty = true
 
 s:option(Value, "leasetime").rmempty = true
 
 
 s:option(Value, "leasetime").rmempty = true