Index: /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonDialog.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonDialog.java	(revision 36388)
+++ /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/latlon/LatLonDialog.java	(revision 36389)
@@ -94,15 +94,15 @@
         bgType = new ButtonGroup();
 
-        rbNodes = new JRadioButton("Nodes", true);
+        rbNodes = new JRadioButton(tr("Nodes"), true);
         rbNodes.setActionCommand("nodes");
         bgType.add(rbNodes);
         pnl.add(rbNodes);
 
-        rbWay = new JRadioButton("Way");
+        rbWay = new JRadioButton(tr("Way"));
         rbWay.setActionCommand("way");
         bgType.add(rbWay);
         pnl.add(rbWay);
 
-        rbClosedWay = new JRadioButton("Closed Way (Area)");
+        rbClosedWay = new JRadioButton(tr("Closed Way (Area)"));
         rbClosedWay.setActionCommand("area");
         bgType.add(rbClosedWay);
