Ticket #4999: add_tr.diff
| File add_tr.diff, 686 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java
54 54 gc.weightx = 0; 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); 60 60 gc.gridy = 1;
