* luci/app/qos: slight change in i18n handling to allow female "all" string for portu...
[project/luci.git] / applications / luci-qos / luasrc / model / cbi / qos / qos.lua
index c1cfdb7..e051347 100644 (file)
@@ -82,6 +82,6 @@ p.rmempty = true
 
 ports = s:option(Value, "ports", translate("ports"))
 ports.rmempty = true
-ports:value("", translate("all"))
+ports:value("", translate("allf", translate("all")))
 
-return m
\ No newline at end of file
+return m