Ticket #4989: typos.diff
| File typos.diff, 1.4 KB (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMerger.java
640 640 + "has to reset the id of primitive {0} to 0.<br>" 641 641 + "On the next upload the server will assign<br>" 642 642 + "it a new id.<br>" 643 + "Do yo agree?</html>",643 + "Do you agree?</html>", 644 644 model.getMyPrimitive().getId() 645 645 ), 646 646 tr("Reset id to 0"), -
src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java
29 29 import org.xml.sax.SAXException; 30 30 31 31 /** 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. 33 33 * 34 34 * @see RelationTreeModel 35 35 */
