Skip to content

Commit

Permalink
better antenna height text (#4504)
Browse files Browse the repository at this point in the history
* better antenna height text

try to make clear that antenna height setting is pole + phase centre.

* typo

* Update src/qml/QFieldSettings.qml

Co-authored-by: Matthias Kuhn <[email protected]>

---------

Co-authored-by: Matthias Kuhn <[email protected]>
  • Loading branch information
mbernasocchi and m-kuhn authored Aug 15, 2023
1 parent a8606c8 commit e7bc07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ Page {
}

Label {
text: qsTr( "Z values which are recorded from the positioning device will be corrected by this value. If a value of 1.6 is entered, this will result in a correction of -1.6 for each recorded value." )
text: qsTr( "This value will correct the Z values recorded from the positioning device. If a value of 1.6 is entered, QField will automatically subtract 1.6 from each recorded value. Make sure to insert the effective antenna height, i.e. pole length + antenna phase centre offset." )
font: Theme.tipFont
color: Theme.secondaryTextColor

Expand Down

1 comment on commit e7bc07d

@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.