Skip to content

Commit

Permalink
Fix a typo in a translation context
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Jul 5, 2023
1 parent d0fa401 commit 5670e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ InspectorSectionView {
id: showItem
isExpanded: false

title: isExpanded ? qsTrc("inpsector", "Show less") : qsTrc("inspector", "Show more")
title: isExpanded ? qsTrc("inspector", "Show less") : qsTrc("inspector", "Show more")

visible: root.model ? !root.model.isEmpty : false
width: parent.width
Expand Down

0 comments on commit 5670e86

Please sign in to comment.