Changeset 3224 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-05-09T12:30:59+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java
r3083 r3224 55 55 all.add(new JLabel(tr("Object type:")), gc); 56 56 OsmPrimitiveTypesComboBox cbType = new OsmPrimitiveTypesComboBox(); 57 cbType.setToolTipText( "Choose the OSM object type");57 cbType.setToolTipText(tr("Choose the OSM object type")); 58 58 gc.weightx = 1; 59 59 all.add(cbType, gc);
Note:
See TracChangeset
for help on using the changeset viewer.