Skip to content

Commit

Permalink
Fix inconsistent casing
Browse files Browse the repository at this point in the history
  • Loading branch information
L3337 committed Jan 20, 2024
1 parent 2fc0437 commit 9449010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sgui/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(self, scaler):
)
self.panic_menu = QMenu()
self.panic_button.setMenu(self.panic_menu)
self.all_notes_off_action = QAction("All notes off")
self.all_notes_off_action = QAction("All Notes Off")
self.all_notes_off_action.setToolTip(
'Send a note off MIDI event on every note, to every plugin. '
'Use this if you have hung notes'
Expand Down

0 comments on commit 9449010

Please sign in to comment.