Skip to content

Commit

Permalink
Don't use title case
Browse files Browse the repository at this point in the history
just a very minor nitpick, esp. when considering that this string is for accessibilty, i.e. only for screen readers. where capitalization wouldn't make a difference anyway.
Came up in https://discord.com/channels/818804595450445834/818852942882275379/1329909513159180288 ff.
  • Loading branch information
Jojo-Schmitz committed Jan 20, 2025
1 parent ed02c99 commit 95124a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Rectangle {

navigation.panel: root.navigationPanel
navigation.order: 2
navigation.accessible.name: qsTrc("notation", "Close Search")
navigation.accessible.name: qsTrc("notation", "Close search")
navigation.enabled: root.visible

onClicked: {
Expand Down

0 comments on commit 95124a7

Please sign in to comment.