File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/org/openstreetmap/josm/actions Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public final List<Way> getInnerWays() {
136
136
}
137
137
138
138
// HelperClass
139
- // Saves a relation and a role an OsmPrimitve was part of until it was stripped from all relations
139
+ // 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 ;
142
142
public final String role ;
@@ -539,6 +539,7 @@ public void join(Collection<Way> ways) {
539
539
ways .size ()) + "<br/>"
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?" ),
544
545
allNodes , null );
You can’t perform that action at this time.
0 commit comments