diff options
author | Steven Barth <steven@midlink.org> | 2008-06-08 17:12:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-08 17:12:47 +0000 |
commit | d04d7bb8fad22f04fda4979755e2bc001065c0bc (patch) | |
tree | 157d548fe6190903e05a85ca1f54b9ef9695bbd6 /applications/luci-qos/luasrc/controller | |
parent | 14438002a1df1e56564e19eec4726a077c0cfa0e (diff) |
* applications/luci-qos: Translation
Diffstat (limited to 'applications/luci-qos/luasrc/controller')
-rw-r--r-- | applications/luci-qos/luasrc/controller/qos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua index faddbace8..581706091 100644 --- a/applications/luci-qos/luasrc/controller/qos.lua +++ b/applications/luci-qos/luasrc/controller/qos.lua @@ -18,5 +18,5 @@ function index() return end - entry({"admin", "network", "qos"}, cbi("qos/qos"), "Quality of Service") + entry({"admin", "network", "qos"}, cbi("qos/qos"), "QoS").i18n = "qos" end
\ No newline at end of file |