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 <hannu.nyman@iki.fi>
This commit is contained in:
parent
7d5884e2b6
commit
2a1a9874f5
1 changed files with 1 additions and 1 deletions
|
@ -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"), _("<abbr title=\"Light Emitting Diode\">LED</abbr> 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)
|
||||
|
|
Loading…
Reference in a new issue