Skip to content

Commit

Permalink
see #21007 - capitalize HDOP
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19334 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Feb 21, 2025
1 parent 1fcf291 commit 23657c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class GPXSettingsPanel extends JPanel implements ValidationListener {
private final JCheckBox largeGpsPoints = new JCheckBox(tr("Draw large GPS points"));
private final JCheckBox circleGpsPoints = new JCheckBox(tr("Draw a circle from value"));
private final JComboBox<String> circleDataSource = new JosmComboBox<>(new String[] {
tr("Hdop"),
tr("HDOP"),
tr("Horizontal deviation estimate"),
tr("Age of correction data")});
private final JRadioButton colorTypeVelocity = new JRadioButton(tr("Velocity (red = slow, green = fast)"));
Expand Down

0 comments on commit 23657c3

Please sign in to comment.