* Prepare german translation cleanup
[project/luci.git] / modules / admin-core / luasrc / model / cbi / admin_services / dnsmasq.lua
index ab18035..e853064 100644 (file)
@@ -13,7 +13,7 @@ $Id$
 ]]--
 m = Map("dhcp", "Dnsmasq")
 
-s = m:section(TypedSection, "dnsmasq", translate("settings", "Einstellungen"))
+s = m:section(TypedSection, "dnsmasq", translate("settings"))
 s.anonymous = true
 
 s:option(Flag, "domainneeded")