Skip to content

Commit

Permalink
Merge pull request #14154 from shoogle/notehead-visual-duration
Browse files Browse the repository at this point in the history
Inspector: Avoid using "notehead type" to mean different things
  • Loading branch information
RomanPudashkin committed Oct 29, 2022
2 parents fa12b58 + 291d27b commit a3f332c
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 a3f332c

Please sign in to comment.