Changeset 19130 in josm


Ignore:
Timestamp:
2024-07-08T14:48:03+02:00 (2 months ago)
Author:
taylor.smock
Message:

Fix #23789: Missing space between two translated strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java

    r19078 r19130  
    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;
     
    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?"),
Note: See TracChangeset for help on using the changeset viewer.