Skip to content

Commit

Permalink
Fix GH#19166: "Notehead scheme" in staff properties different from "N…
Browse files Browse the repository at this point in the history
…otehead system" in Properties panel

See #19166
  • Loading branch information
Jojo-Schmitz committed Sep 4, 2023
1 parent 992d829 commit bb4d41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ FocusableItem {
DropdownPropertyView {
id: noteHeadSystemSection

titleText: qsTrc("inspector", "Notehead system")
titleText: qsTrc("inspector", "Notehead scheme")
propertyItem: root.model ? root.model.headSystem : null

model: root.model.possibleHeadSystemTypes()
Expand Down

0 comments on commit bb4d41c

Please sign in to comment.