Skip to content

Commit 72adbb7

Browse files
author
taylor.smock
committed
Fix #23789: Missing space between two translated strings.
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19130 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 21419fc commit 72adbb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/openstreetmap/josm/actions/JoinAreasAction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public final List<Way> getInnerWays() {
136136
}
137137

138138
// 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
140140
private static class RelationRole {
141141
public final Relation rel;
142142
public final String role;
@@ -539,6 +539,7 @@ public void join(Collection<Way> ways) {
539539
ways.size()) + "<br/>"
540540
+ tr("This can lead to nodes being deleted accidentally.") + "<br/>"
541541
+ tr("Are you really sure to continue?")
542+
+ ' '
542543
+ tr("Please abort if you are not sure"),
543544
tr("The selected area is incomplete. Continue?"),
544545
allNodes, null);

0 commit comments

Comments
 (0)