Skip to content

Commit

Permalink
GigaBlueVFDControl - change menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
arn354 committed Sep 17, 2014
1 parent 1df8626 commit 0fcb84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GigaBlueVFDControl/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ def main(menuid):
return [ ]

if BOX in ('gb800se', 'gb800solo', 'gb800seplus', 'gbultra'):
return [(_("Display/LED Setup"), startLED, "LED_Giga", None)]
return [(_("Display/LED"), startLED, "LED_Giga", None)]
else:
return [(_("LED Setup"), startLED, "LED_Giga", None)]
return [(_("LED"), startLED, "LED_Giga", None)]

def startLED(session, **kwargs):
session.open(LED_GigaSetup)
Expand Down

0 comments on commit 0fcb84a

Please sign in to comment.