Skip to content

Commit

Permalink
mode upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Nov 20, 2016
1 parent eaeac6d commit a4bc338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def getList(self):

for m in self.MODES:
modeItem = {
'title': 'Mode: '+m,
'title': 'Mode: '+m.title(),
'arg': 'mode:'+m,
'icon': {'path': 'iconb.png'}
}
Expand Down

0 comments on commit a4bc338

Please sign in to comment.