From 2a1a9874f5747f7dcb3b117da87dccce6ca2ff49 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 23 Jan 2020 21:11:41 +0200 Subject: luci-mod-system: remove abbreviation from LED config menu item Remove the abbreviation coding from the menu item, as it does nor work in menu and seems to prevent translation of the menu item. (This was the only menu item in LuCI that had abbr logic.) Reference to #3553 Signed-off-by: Hannu Nyman --- modules/luci-mod-system/luasrc/controller/admin/system.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-system/luasrc') diff --git a/modules/luci-mod-system/luasrc/controller/admin/system.lua b/modules/luci-mod-system/luasrc/controller/admin/system.lua index 1e0bebb4f..3563349f2 100644 --- a/modules/luci-mod-system/luasrc/controller/admin/system.lua +++ b/modules/luci-mod-system/luasrc/controller/admin/system.lua @@ -22,7 +22,7 @@ function index() entry({"admin", "system", "mounts"}, view("system/mounts"), _("Mount Points"), 50) .file_depends = { "/sbin/block" } - entry({"admin", "system", "leds"}, view("system/leds"), _("LED Configuration"), 60) + entry({"admin", "system", "leds"}, view("system/leds"), _("LED Configuration"), 60) .file_depends = { "/sys/class/leds" } entry({"admin", "system", "flash"}, view("system/flash"), _("Backup / Flash Firmware"), 70) -- cgit v1.2.3