* 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 / qosmini.lua
index f8a6bb58882f8d1026cff3bde2de047f3d9aab2e..a1825505bedebd18166d9d853c8f886e42dd846b 100644 (file)
@@ -75,6 +75,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