diff --git a/micropython/examples/galactic_unicorn/feature_test_with_audio.py b/micropython/examples/galactic_unicorn/feature_test_with_audio.py index 482ce5d5..55af285c 100644 --- a/micropython/examples/galactic_unicorn/feature_test_with_audio.py +++ b/micropython/examples/galactic_unicorn/feature_test_with_audio.py @@ -346,7 +346,7 @@ while True: text = "Raise B" if gu.is_pressed(GalacticUnicorn.SWITCH_BRIGHTNESS_DOWN): - text = "Power B" + text = "Lower B" if gu.is_pressed(GalacticUnicorn.SWITCH_SLEEP): text = "Stop"