Changeset 23939 in osm for applications/editors
- Timestamp:
- 2010-10-30T23:01:58+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/UnresolvedAddressesTableModel.java
r23933 r23939 45 45 private static final int NUMBER_OF_COLUMNS = 5; 46 46 private static final String[] COLUMN_NAMES = new String[]{ 47 tr("Street"), tr(" Housenumber"), tr("City"), tr("Postcode"), tr("Name")};47 tr("Street"), tr("Number"), tr("City"), tr("Postcode"), tr("Name")}; 48 48 49 49 private static final Class<?>[] COLUMN_CLASSES = new Class<?>[]{
Note:
See TracChangeset
for help on using the changeset viewer.