Skip to content

Commit 623c54d

Browse files
authored
Merge pull request #26250 from Jojo-Schmitz/trans1
Don't use title case
2 parents c424380 + c28f9cf commit 623c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notation/qml/MuseScore/NotationScene/internal/SearchPopup.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Rectangle {
8888

8989
navigation.panel: root.navigationPanel
9090
navigation.order: 2
91-
navigation.accessible.name: qsTrc("notation", "Close Search")
91+
navigation.accessible.name: qsTrc("notation", "Close search")
9292
navigation.enabled: root.visible
9393

9494
onClicked: {

0 commit comments

Comments
 (0)