Ticket #4989: typos.diff

File typos.diff, 1.4 KB (added by mikalaari, 16 years ago)
  • src/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMerger.java

     
    640640                            + "has to reset the id of primitive {0} to 0.<br>"
    641641                            + "On the next upload the server will assign<br>"
    642642                            + "it a new id.<br>"
    643                             + "Do yo agree?</html>",
     643                            + "Do you agree?</html>",
    644644                            model.getMyPrimitive().getId()
    645645                    ),
    646646                    tr("Reset id to 0"),
  • src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java

     
    2929import org.xml.sax.SAXException;
    3030
    3131/**
    32  * This is a {@se JTree} rendering the hierarchical structure of {@see Relation}s.
     32 * This is a {@see JTree} rendering the hierarchical structure of {@see Relation}s.
    3333 *
    3434 * @see RelationTreeModel
    3535 */