diff --git a/src/Core/plugin.hpp b/src/Core/plugin.hpp index 9860a056..8486c348 100644 --- a/src/Core/plugin.hpp +++ b/src/Core/plugin.hpp @@ -82,7 +82,7 @@ struct CcChoice : LedDisplayChoice { if (0 <= focusCc) text = string::f("%d", focusCc); else - text = "LRN"; + text = "--"; color.a = 0.5; } else { @@ -162,7 +162,7 @@ struct NoteChoice : LedDisplayChoice { return; } if (module->learningId == id) { - text = "LRN"; + text = "--"; color.a = 0.5; } else {