remove .i18n annotations from controller files
[project/luci.git] / applications / luci-ahcp / luasrc / controller / ahcp.lua
index 5667bb532f9376b195a870079a505b866670e33c..704ec4f84adffd807cc8c0de70bd593309d252e5 100644 (file)
@@ -19,7 +19,7 @@ function index()
                return
        end
 
-       entry({"admin", "network", "ahcpd"}, cbi("ahcp"), _("AHCP Server"), 90).i18n = "ahcp"
+       entry({"admin", "network", "ahcpd"}, cbi("ahcp"), _("AHCP Server"), 90)
        entry({"admin", "network", "ahcpd", "status"}, call("ahcp_status"))
 end