Skip to content

Commit 19ea2ba

Browse files
committed
Change pedal settings line visibility name
1 parent a5e16e3 commit 19ea2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector/qml/MuseScore/Inspector/notation/lines/internal/PedalStyleSettings.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FocusableItem {
5959
id: showLineCheckBox
6060
visible: root.model && root.model.isChangingLineVisibilityAllowed
6161

62-
text: qsTrc("inspector", "Show line with rosette")
62+
text: qsTrc("inspector", "Make line to asterisk visible")
6363
propertyItem: root.model ? root.model.isLineVisible : null
6464

6565
navigation.name: "ShowLineWithRosetteCheckBox"

0 commit comments

Comments
 (0)