From cfd34b84e783b887f8650d53a82814aef12dc6bc Mon Sep 17 00:00:00 2001 From: topazUK Date: Wed, 4 Jun 2014 20:42:13 +0100 Subject: [PATCH] Update consts.py --- Push/consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Push/consts.py b/Push/consts.py index b1825bd7..ab088e14 100644 --- a/Push/consts.py +++ b/Push/consts.py @@ -7,7 +7,7 @@ 'Enabled': 'DefaultButton.Off', True: 'DefaultButton.On', False: 'DefaultButton.Disabled'} -MUSICAL_MODES = ['Major', +MUSICAL_MODES = ['Major (Ionian', [0, 2, 4, @@ -282,4 +282,4 @@ class MessageBoxText: pass except ImportError: - pass \ No newline at end of file + pass