Skip to content

Commit

Permalink
Inspector: Avoid using "notehead type" to mean different things
Browse files Browse the repository at this point in the history
The Note Inspector contained two properties with similar names:

- "Notehead type"
- "Notehead type (visual only)"

Now the latter is relabelled as "Override visual duration" to prevent
confusion and to give a better indication of what it actually does.
  • Loading branch information
shoogle committed Oct 28, 2022
1 parent fa12b58 commit ef30aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ FocusableItem {

NoteheadTypeSelector {
id: noteHeadTypeSection
titleText: qsTrc("inspector", "Notehead type (visual only)")
titleText: qsTrc("inspector", "Override visual duration")
propertyItem: root.model ? root.model.headType : null

navigationName: "NoteHeadTypeSection"
Expand Down

0 comments on commit ef30aa7

Please sign in to comment.