Changeset 2726 in josm for trunk/src/org


Ignore:
Timestamp:
2010-01-02T22:22:29+01:00 (14 years ago)
Author:
framm
Message:

fix message text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/RelationMemberConflictResolver.java

    r2712 r2726  
    126126                + "The default is to <strong>keep</strong> the first way and <strong>remove</strong> "
    127127                + "the other ways that are members of the same relation: the combined way will "
    128                 + "take the place of the original way in the membership."
     128                + "take the place of the original way in the relation."
    129129                + "</html>"));
    130130        invalidate();
     
    137137                + "The default is to <strong>keep</strong> the first node and <strong>remove</strong> "
    138138                + "the other nodes that are members of the same relation: the target node will "
    139                 + "take the place of the original node in the membership."
     139                + "take the place of the original node in the relation."
    140140                + "</html>"));
    141141        invalidate();
Note: See TracChangeset for help on using the changeset viewer.