summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-hd-idle/luasrc/controller
diff options
context:
space:
mode:
authorfantom-x <fantom-x@users.noreply.github.com>2017-04-30 15:42:55 -0400
committerfantom-x <fantom-x@users.noreply.github.com>2017-04-30 15:56:42 -0400
commitd2ce55bc1ef594bbc7411fb5486afb7573a20528 (patch)
tree557fd5d66e0f1e9d575c66272e9d4ba66cef7124 /applications/luci-app-hd-idle/luasrc/controller
parente31b6e9379b944f8e09f87dc8a55360ca24f3080 (diff)
luci-app-hd-idle: removed dashes in menu items and text labels
"hd-idle" replaced with "HDD Idle" in the menu and on the page. All translation files updated accordingly. Signed-off-by: Marc Benoit marcb6218@gmail.com
Diffstat (limited to 'applications/luci-app-hd-idle/luasrc/controller')
-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