Skip to content

Commit

Permalink
musescore#15684 MU4 Issue: Horizontal frame - Properties - "Display k…
Browse files Browse the repository at this point in the history
…ey, brackets and braces" should also mention "clef" musescore#15684 (musescore#16008)

Changed string value in Inspector\notation\frames\HorizontalFrameSettings.qml

from: text: qsTrc("inspector", "Display key, brackets and braces")
to: text: qsTrc("inspector", "Display clef, key and brackets in the next measure")
  • Loading branch information
octopols committed Jan 22, 2023
1 parent 0bd5c09 commit bb38af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Column {
SeparatorLine { anchors.margins: -12 }

CheckBoxPropertyView {
text: qsTrc("inspector", "Display key, brackets and braces")
text: qsTrc("inspector", "Display brackets, clefs and key signatures in the next measure")
propertyItem: root.model ? root.model.shouldDisplayKeysAndBrackets : null

navigation.name: "DisplayKeysAndBracketsCheckBox"
Expand Down

0 comments on commit bb38af9

Please sign in to comment.