Changeset 19130 in josm
- Timestamp:
- 2024-07-08T14:48:03+02:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r19078 r19130 137 137 138 138 // HelperClass 139 // Saves a relation and a role an OsmPrimit ve was part of until it was stripped from all relations139 // Saves a relation and a role an OsmPrimitive was part of until it was stripped from all relations 140 140 private static class RelationRole { 141 141 public final Relation rel; … … 540 540 + tr("This can lead to nodes being deleted accidentally.") + "<br/>" 541 541 + tr("Are you really sure to continue?") 542 + ' ' 542 543 + tr("Please abort if you are not sure"), 543 544 tr("The selected area is incomplete. Continue?"),
Note:
See TracChangeset
for help on using the changeset viewer.