all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-statistics / luasrc / controller / luci_statistics / luci_statistics.lua
index 7ffdd091e2429d7779b4d40b2bbc1c6233b9019d..b40603dbe7dd5eeb9ca687d20df770caa4e9a296 100644 (file)
@@ -50,7 +50,7 @@ function index()
        }
 
        -- create toplevel menu nodes
-       local st = entry({"admin", "statistics"},             call("statistics_index"),        _i18n("statistics"), 80)
+       local st = entry({"admin", "statistics"},             call("statistics_index"),        _i18n("Statistics"), 80)
        st.i18n = "statistics"
        st.index = true