Skip to content

Commit

Permalink
Update QFieldSettings.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nirvn committed Aug 27, 2024
1 parent 0e009b6 commit e581997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/QFieldSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ Page {
}

Label {
text: qsTr("Bad accuracy worse than [m]")
text: qsTr("Bad accuracy threshold [m]")
font: Theme.defaultFont
color: Theme.mainTextColor
wrapMode: Text.WordWrap
Expand Down Expand Up @@ -1151,7 +1151,7 @@ Page {
}

Label {
text: qsTr("Excellent accuracy better than [m]")
text: qsTr("Excellent accuracy threshold [m]")
font: Theme.defaultFont
color: Theme.mainTextColor
wrapMode: Text.WordWrap
Expand Down

1 comment on commit e581997

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.