Changeset 17674 in josm for trunk/src/org
- Timestamp:
- 2021-03-26T22:41:31+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java
r17673 r17674 406 406 407 407 private static String getRelationTypeName(IRelation<?> relation) { 408 // see https://josm.openstreetmap.de/browser/osm/applications/editors/josm/i18n/specialmessages.java 408 409 String name = trc("Relation type", relation.get("type")); 409 410 if (name == null) { … … 419 420 } 420 421 if (name == null) { 422 // see https://josm.openstreetmap.de/browser/osm/applications/editors/josm/i18n/specialmessages.java 421 423 name = trc("Place type", relation.get("place")); 422 424 }
Note:
See TracChangeset
for help on using the changeset viewer.