Index: trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java	(revision 19331)
+++ trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java	(revision 19334)
@@ -69,5 +69,5 @@
     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")}); 
