Index: trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java	(revision 3223)
+++ trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java	(revision 3224)
@@ -55,5 +55,5 @@
         all.add(new JLabel(tr("Object type:")), gc);
         OsmPrimitiveTypesComboBox cbType = new OsmPrimitiveTypesComboBox();
-        cbType.setToolTipText("Choose the OSM object type");
+        cbType.setToolTipText(tr("Choose the OSM object type"));
         gc.weightx = 1;
         all.add(cbType, gc);
