diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-21 23:04:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-21 23:04:58 +0000 |
commit | d902b228344030aa20f62b5294596726924e2be1 (patch) | |
tree | d9a8a3ab8e3f0fb72054214b85ec7acda763aaf9 | |
parent | f375c498f2058b9d8244a628ca78ef5110b2be79 (diff) |
applications/luci-vnstat: fix menu label
-rw-r--r-- | applications/luci-vnstat/luasrc/controller/vnstat.lua | 4 | ||||
-rw-r--r-- | po/templates/vnstat.pot | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/applications/luci-vnstat/luasrc/controller/vnstat.lua b/applications/luci-vnstat/luasrc/controller/vnstat.lua index 562fd0a246..e6f04c80f8 100644 --- a/applications/luci-vnstat/luasrc/controller/vnstat.lua +++ b/applications/luci-vnstat/luasrc/controller/vnstat.lua @@ -6,9 +6,9 @@ function index() entry({"admin", "network", "vnstat"}, alias("admin", "network", "vnstat", "graphs"), i18n("VnStat Traffic Monitor"), 90).i18n = "vnstat" entry({"admin", "network", "vnstat", "graphs"}, template("vnstat"), i18n("Graphs"), 1) - entry({"admin", "network", "vnstat", "config"}, cbi("vnstat"), i18n("VnStat Traffic Monitor"), 2) + entry({"admin", "network", "vnstat", "config"}, cbi("vnstat"), i18n("Configuration"), 2) entry({"mini", "network", "vnstat"}, alias("mini", "network", "vnstat", "graphs"), i18n("VnStat Traffic Monitor"), 90).i18n = "vnstat" entry({"mini", "network", "vnstat", "graphs"}, template("vnstat"), i18n("Graphs"), 1) - entry({"mini", "network", "vnstat", "config"}, cbi("vnstat"), i18n("VnStat Traffic Monitor"), 2) + entry({"mini", "network", "vnstat", "config"}, cbi("vnstat"), i18n("Configuration"), 2) end diff --git a/po/templates/vnstat.pot b/po/templates/vnstat.pot index 455bd89f63..e079123c9e 100644 --- a/po/templates/vnstat.pot +++ b/po/templates/vnstat.pot @@ -1,6 +1,9 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +msgid "Configuration" +msgstr "" + msgid "Daily traffic" msgstr "" |