Skip to content

Commit d34554f

Browse files
committed
Changed dialog text to reflect recent changes
Changing approach from "test corners" to "test image"
1 parent 334f802 commit d34554f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
xbmcgui.Dialog().ok(addonname, "Something went wrong... Please try running hyperion from command line to see the error...")
7474
sys.exit()
7575
else:
76-
xbmcgui.Dialog().ok(addonname, "For the next 10 seconds you will see leds in 3 corners marked with different colors. Check if they are exactly in the corners."+
76+
xbmcgui.Dialog().ok(addonname, "For the next 10 seconds you will see test image and leds should adjust to that image. Check if the leds are showing the right colors in the right places."+
7777
" If not, start this wizard again and provide correct numbers of leds horizontally and vertically.")
7878
#hyperion_configuration.test_corners(10)
7979
okno = xbmcgui.WindowDialog(xbmcgui.getCurrentWindowId())

0 commit comments

Comments
 (0)