Skip to content

Commit

Permalink
Inspector: Use "notehead duration" instead of "notehead type"
Browse files Browse the repository at this point in the history
We already use "notehead type" to mean the shape of the notehead so we
shouldn't use it to mean the duration as well. This affects the Note
Inspector and the Ambitus Inspector.
  • Loading branch information
shoogle committed Oct 28, 2022
1 parent fa12b58 commit 291d27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import "../../../common"

FlatRadioButtonGroupPropertyView {
id: root
titleText: qsTrc("inspector", "Notehead type")
titleText: qsTrc("inspector", "Notehead duration")

radioButtonGroup.height: 40
model: [
Expand Down

0 comments on commit 291d27b

Please sign in to comment.