summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-04-30 23:27:00 +0300
committerGitHub <noreply@github.com>2017-04-30 23:27:00 +0300
commit61797d5b1323646af148e839e01fe41ea29e22da (patch)
tree6ac13eda4d5fb832b18101622a98a697c57f3e72 /applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua
parentb737831e56854f55fedbc6a6394d385ee0aef6e3 (diff)
parentd2ce55bc1ef594bbc7411fb5486afb7573a20528 (diff)
Merge pull request #1139 from fantom-x/luci-app-hd-idle-menu-item
luci-app-hd-idle: removed dashes in menu items and text labels
Diffstat (limited to 'applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua')
-rw-r--r--applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua b/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua
index f273a551df..9a981acac3 100644
--- a/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua
+++ b/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua
@@ -10,6 +10,6 @@ function index()
local page
- page = entry({"admin", "services", "hd_idle"}, cbi("hd_idle"), _("hd-idle"), 60)
+ page = entry({"admin", "services", "hd_idle"}, cbi("hd_idle"), _("HDD Idle"), 60)
page.dependent = true
end