Changeset 2726 in josm


Ignore:
Timestamp:
Jan 2, 2010 10:22:29 PM (3 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.